#start
? (p1 == Player) : goto "ok"
? (p2 == Player) : goto "away"
? (p3 == Player) : goto "away"
? (p4 == Player) : goto "away"
? (p5 == Player) : goto "away"
#away
player setpos getpos cop1a
Player GroupChat "This is p1's garage, you cannot enter";
goto "end"
#ok
Player GroupChat "Welcome to your garage p1";
goto "end"
#end
exitok the problem is, when someone enters such as p2, it activates for the rest aswell.......... is there a way to stop this? ty to anyone who can help me
;D ;D ;D