Eight Direction & More Frames
#45
(07-04-2024, 10:50 PM)skye_sken Wrote: Apologies for necroposting, but there is a feature that I'm very interested in this script.

I have the script working favourably, and there's no confusion as to how to set it up.

What I'd like to know is if there is a Script command that I can call from an Event that makes the player character:
1. Turn diagonally to any of the four diagonal directions
2. Move diagonally to any of the four diagonal directions

Thank you kindly.

Don't worry about it.  Sometimes, it gives me an excuse to update an old script.   Um... no updating this time.   Very happy + Tongue sticking out

But seriously...  Under normal circumstances, I would use the Set Move Route command like so:

@>SetMoveRoute: [Player]
 :            : $>Script turn_downleft
            or
@>SetMoveRoute: [Player]
 :            : $>Move Upper_Left
 :            : $>Move Upper_Left
 :            : $>Move Left

 :            : $>Move Lower_left


But you can use a basic script call like this:

@>Script: $game_player.turn_downleft
            or
@>Script: $game_player.move_upper_left
 :      : $game_player.move_upper_left
 :      : $game_player.move_left
 :      : $game_player.move_lower_left


Either way works.

And I wonder what I'm gonna post on the 14th of September THIS year...
Last year's post in the Birthday Thread
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)

[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png]    [Image: liM4ikn.png]    [Image: fdzKgZA.png]    [Image: sj0H81z.png]
[Image: QL7oRau.png]    [Image: uSqjY09.png]    [Image: GAA3qE9.png]    [Image: 2Hmnx1G.png]    [Image: BwtNdKw.png%5B]
  Above are clickable links
Reply }


Messages In This Thread
Eight Direction & More Frames - by DerVVulfman - 03-05-2008, 06:49 AM
RE: Eight Direction & More Frames - by KDC - 11-07-2011, 11:35 PM
RE: Eight Direction & More Frames - by Kristovski - 11-10-2011, 11:42 PM
RE: Eight Direction & More Frames - by NightOwl - 11-10-2011, 11:50 PM
RE: Eight Direction & More Frames - by JayRay - 08-17-2012, 08:36 AM
RE: Eight Direction & More Frames - by AeroLowe - 09-16-2012, 01:45 AM
RE: Eight Direction & More Frames - by AeroLowe - 09-17-2012, 09:39 PM
RE: Eight Direction & More Frames - by AeroLowe - 09-17-2012, 10:31 PM
RE: Eight Direction & More Frames - by AeroLowe - 09-18-2012, 11:38 PM
RE: Eight Direction & More Frames - by lowcku - 03-16-2013, 12:31 AM
RE: Eight Direction & More Frames - by lowcku - 03-16-2013, 11:30 PM
RE: Eight Direction & More Frames - by lowcku - 03-17-2013, 04:20 AM
RE: Eight Direction & More Frames - by Zexion - 04-30-2013, 02:43 AM
RE: Eight Direction & More Frames - by BlackCatSG - 04-30-2013, 03:02 PM
RE: Eight Direction & More Frames - by BlackCatSG - 05-01-2013, 09:25 PM
RE: Eight Direction & More Frames - by DrHouse93 - 06-14-2016, 11:51 AM
RE: Eight Direction & More Frames - by DrHouse93 - 06-14-2016, 08:54 PM
RE: Eight Direction & More Frames - by LunarBerry - 06-28-2016, 08:07 PM
RE: Eight Direction & More Frames - by LunarBerry - 06-29-2016, 05:06 AM
RE: Eight Direction & More Frames - by skye_sken - 07-04-2024, 10:50 PM
RE: Eight Direction & More Frames - by DerVVulfman - 07-05-2024, 01:43 AM
Eight Direction & More Frames - by DerVVulfman - 03-11-2010, 04:57 AM
Eight Direction & More Frames - by Ace - 03-11-2010, 02:01 PM
Eight Direction & More Frames - by DerVVulfman - 03-12-2010, 04:22 AM
Eight Direction & More Frames - by Villain - 03-12-2010, 06:57 AM
Eight Direction & More Frames - by DerVVulfman - 03-13-2010, 01:24 AM
RE: Eight Direction & More Frames - by AeroLowe - 09-15-2012, 12:51 AM
Eight Direction & More Frames - by Villain - 03-13-2010, 07:22 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Scheduler - When you want something to happen after an amount of frames Zeriab 0 4,800 03-08-2008, 06:32 AM
Last Post: Zeriab
   Eight Direction Characterset Edit ParaDog 0 4,788 03-04-2008, 04:42 AM
Last Post: ParaDog



Users browsing this thread: 3 Guest(s)