0 Members and 1 Guest are viewing this topic.
this AND (getpos player select 2)==8
this AND (getpos player select 2)<= 9 AND (getpos player select 2)>= 7
I grouped the trigger with the player
To do this I placed a game logic high over the building (1000 m) and had a trigger covering the building. I grouped the trigger with the player and had inthe condition field:this and (player distance gameLogicName < 999.9)Play with the last number to get it to fire on the correct floor.
Did you set the height of the GameLogic? To to this you will need to put the following code in the init field of the GameLogic:this setpos [(getpos this select 0), (getpos this select 1), 1000]-Student Pilot