View Single Post
  #5  
Old 10-30-2001, 05:15 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Re: Plz help me out here

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;}
Reply With Quote