334
edits
(lor, lt, mul from http://www.scummvm.org/docs/specs/scrp-v6.php) |
(→neq: added from http://www.scummvm.org/docs/specs/scrp-v6.php) |
||
Line 575: | Line 575: | ||
==neq== | ==neq== | ||
'''Encoding''' | |||
''0F'' | |||
'''Stack''' | |||
''( value1 , value2 : bool )'' | |||
'''Operation''' | |||
If value1 value2 , set bool to 1, otherwise set it to 0 | |||
Tests the top two values on the stack to see if they are not equal. | |||
==MM 78 panCameraTo== | ==MM 78 panCameraTo== |
edits