ChangeObjectState second parameter?

drdocker

New member
I must have missed this in one of the tutorials, what does the second parameter represent in the ChangeObjectState method?

ChangeObjectState #$02, ( ? )
 

cargo

spam bots yandex
Since that's a macro I would look at the assembly file where all the macros are contained (Macros.asm). Maybe you'll find your answer there.
 

drdocker

New member
thanks cargo and dale_coop! I checked Macro.asm and it is the animation timer. Glad I know where those macros have been hiding, time to mess them up :)
 
Top Bottom