Thread: shields
View Single Post
  #9  
Old 12-06-2001, 11:43 PM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
Re: Re: Re: shields

Quote:
Originally posted by royce


yah but for example

if (playertouchsme) {
setlevel2 onlinestartlocal.nw,x,y;
}

if (playertouchsme && exbeatboss) {
setlevel2 beathim.nw,x,y;
}


if you still had the flag would it warp you to onlinestartlocal? also should i put the flag part in the begining of the script or it doesnt matter?
if (playertouchsme) {
if (exbeatboss)
setlevel2 beathim.nw,x,y;
else
setlevel2 onlinestartlocal.nw,x,y;
}
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a

Last edited by Xaviar; 12-06-2001 at 11:45 PM..
Reply With Quote