Advertisement
ZoriaRPG

4-Way to 8-Way Movement Upgrade or Toggle Item

Sep 7th, 2019
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. item script toggle_4_8_way_movement
  2. {
  3.     void run()
  4.     {
  5.         Game->FFRules[qr_LTTPWALK] = !Game->FFRules[qr_LTTPWALK];
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement