Hi I'm trying to make a level script where you can move while it's running. Is this possible?
I have a test script below (assigned to an 02 validates values type level script) var 5001 value 0000
Yes I knew you wouldn't be able to move but is there a way to make you able to move while it runs?
Help greatly appreciated.
Quote:
|
How do you make a warp scripted?
|
You make a green s tile wth a script containing (for XSE)
warp 0x(map bank in hex) 0x(map no in hex) 0(a-map warp no in hex or FF) 0x(0 if you used n a-map warp no.,X coordinte if you used FF) 0x(0 if you used n a-map warp no.,X coordinte if you used FF)
warp 0xE 0x3 0xFF 0x2 0x2
warps you to map 3 of bank 14 2 spaces to the right and below the top left corner.