add a condition to the mapflag

Wanishel

New member
Messages
1
Points
0
Hellow! is it possible to add a condition

if (id_group >= 0) {
}

to the mapflag

I apologize for my English and maybe I'm asking an ordinary question, but I haven't found anything similar on the forum so far. goal:


So that a player with ID> 0 can be at the location, but when the ID changes to 0, the player is kicked out of the location.


close the question pliz

solution: OnPCLoadMapEvent:
manual here:
/doc/script_commands.txt

 
Last edited by a moderator:
Back
Top