Discover if_lift_at_stop AI command and attempt to decompile aiIfLiftAtStop

This commit is contained in:
Ryan Dwyer
2020-02-09 12:26:24 +10:00
parent 046877a518
commit b76d35c1b3
5 changed files with 43 additions and 9 deletions
+6 -3
View File
@@ -3155,10 +3155,13 @@
lift, \
u1,
#define cmd018a(object, u1, label) \
/**
* Checks if the lift is stopped at the given stop number.
*/
#define if_lift_at_stop(lift, stopnum, label) \
mkshort(0x018a), \
object, \
u1, \
lift, \
stopnum, \
label,
/**