PDA

View Full Version : Help with this ZASM script



bluedeath
02-09-2007, 06:33 PM
MULTV d0,60; Set d0 as the number of seconds between warps.
SETR d1,d0
WAIT WAITFRAME
COMPAREV d0,0
GOTOTRUE MOVE
GOTO WAIT
MOVE SETR d0,d1
RNDV d2,1
MULTV d2,160
ADDV d2,32
SETR x,d2
RNDV d2,1
MULTV d2,96
ADDV d2,32
SETR y,d2
GOTO WAIT
When I try to import it to the FF script it says somthing like this... Unable to parse instruction 1 script Boss Warp.txt the error was: invalid instruction the command was (d0,60) (,) This is a script that revfan made for me, but it doesnt seem to want to import. Could somone fix this for me?

Revfan9
02-09-2007, 09:46 PM
Put a space in front of MULTV d0,60

bluedeath
02-10-2007, 10:04 AM
No, it didn't work. Could somone fix it up?

bluedeath
02-21-2007, 04:02 PM
bump*

Saffith
02-21-2007, 06:52 PM
Are you still having the same problem, or is it a different one?
It should definitely able to parse it with that space. Just tried it myself, it worked fine.

bluedeath
02-21-2007, 07:41 PM
Ok I got it to work. Thanks