Quote:
Originally posted by royce
how would i script if a player with a King in his name dies, everybody in that level gets warped?
|
Use strcontains and else
I'll give you an example from a guild thing
if (playertouchsme&&strequals(#g,Guild Here)) {setlevel2 level,x,y;}
else
{playerhearts-=20;}