07-05-2024, 01:43 AM
(This post was last modified: 07-05-2024, 01:56 AM by DerVVulfman.)
(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.
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