monday Expert Joined Jun 23, 2014 Messages 1,127 Solutions 1 Reaction score 158 Oct 4, 2014 #1 Is there any simple opcode to check that? I found this: 0431: is_car_passenger_seat_free $TEMPVAR_ACTOR_CAR seat 0 But it doesn't work for the driver
Is there any simple opcode to check that? I found this: 0431: is_car_passenger_seat_free $TEMPVAR_ACTOR_CAR seat 0 But it doesn't work for the driver
Opcode.eXe Expert Joined Feb 18, 2013 Messages 1,493 Reaction score 236 Location ( ͡° ͜ʖ ͡°) Oct 4, 2014 #2 046C: 0@ = car 1@ driver IF 056D: actor 0@ defined then // car 1@ has a driver! Upvote 0 Downvote
monday Expert Joined Jun 23, 2014 Messages 1,127 Solutions 1 Reaction score 158 Oct 4, 2014 #3 Thank you Upvote 0 Downvote