Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Refreshing an event's speed

Nachorl250

Towns Guard
Hi!

So I have a common event that gives knockback via movement route to a map event with a speed of 5, and I want to use $gameMap.event(1).setMoveSpeed to restore the event page's default speed once the movement route finishes. How can I get the event page's default speed?



Thank you for your attention!
 

eivl

Local Hero
Xy$
0.00
I am pretty sure i just answered this... hmmm..... strange..

you can just call $gameMap.event(1)['_moveSpeed']
 
Top