Quote:
Originally posted by Python523
shield setting - I believe it's in a text file for the server that you can edit was FTP
err, um, the door thing I'll try to translate
if (playertouchsme) {hide;}
would hide the door with or without flags, strings, vars, ext
if (playertouchsme&&flaghere) {hide;}
would only hide the door IF you have that flag set
|
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?