Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi.

Kind of a dumb question. Is there a way to make an event jump backwards with a plugin command? Like how you can make an event walk one step backwards but with a jump.

Maybe this will sound stupid but I tried using the plugin command 'jumpFordward' but with a negative number so it would go backwards, but it didn't work. The event just jump without moving a tile.

I want to have an event that 'flies' away if you charge at it and so to achieve that effect my aim was to make it jump very far in the opposite direction the player had interacted with it without having to check what direction it is facing.

It is just visual flair so it's not that important.

Thanks.

(1 edit)

Hi there!

Sorry for the delay. Currently, the only way you will be able to do something like that with my plugin is by using the Jump to Coordinates plugin command, and inserting a formula for the X and Y coordinates:

But still, I need to fix something on the plugin first to make formulas work properly on the arguments. I will do that in the next update[EDIT: Already done, working fine now].

Another way to do this is to use the default move route command like this:

This will make the character jump backward (From right to left, 2 tiles).