top of page

To make condition trigger with a Player ID, like the player 5769430283824 only can use the trigger or activate the script (usefull for admin base, admin teleportation), follow the steps below :
​
​
Make your trigger and place in CONDITION the following sentence :
​
​
"5769430283824" in (thislist apply {getPlayerUID _x});
​
​
The trigger will activated only if the Player ID 5769430283824 will come into the trigger
​
Vous trouvez votre Player ID en haut à droite du menu principal dans Profil -> Unité
​
CONDITION TRIGGER WITH PLAYER ID
bottom of page