nightshifter on 23/6/2016 at 12:09
don't know if it is possible to detect if two guards are in a specific room?
I want to have an objective that you have to lock two guards in a specific prison cell, so you can help a prisoner to escape.
can this be done???
LarryG on 23/6/2016 at 12:19
You might be able to use TrigRoomObject to do this if you give unique objects to the 2 guards you want to detect and then use a RAT to determine if both are in the room. I believe that TrigRoomObject works on contained objects.
nightshifter on 23/6/2016 at 14:15
hoi larry,
TrigRoomObject did the trick. I placed the script on both guards .
both guards -> route -> room
both guards -> rat -> qvar
working like a charm :cool:
thank you for putting me on the right track :D