Open main menu

Difference between revisions of "SCUMM/V5 opcodes"

13 bytes added ,  12:00, 26 March 2009
m
→‎Operation: unambiguity
m (→‎Operation: unambiguity)
Line 499: Line 499:


===Operation===
===Operation===
Freezes all scripts (by setting the high bit on each script's status). If flag is >= $80, all freeze resistent scripts will also be frozen. If flag is 0, all scripts are unfrozen. Freezing effects are cumulative - i.e. if script A is frozen twice, and unfrozen once, it will still be frozen until unfrozen a second time. A script is unfrozen by clearing the high bit.
Freezes all scripts (by setting the high bit on each script's status). If flag is >= $80, all freeze resistent scripts will also be frozen. If flag is 0, all scripts are unfrozen. Freezing effects are cumulative - i.e. if script A is frozen twice, and unfrozen once, it will still be frozen until it is unfrozen a second time. A script's frozen status is indicated by the high bit.
 


==getActorCostume ($71)==
==getActorCostume ($71)==
125

edits