View Single Post
  #10  
Old 01-06-2004, 04:20 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Re: Re: Quick question: Light Effects

Quote:
Originally posted by GoZelda

NPC Code:

if (playerenters){
if (!lighteffectsenabled){
setstring client.savelevel,#L;
setlevel ban.nw;
} else {
setlevel #s(client.savelevel);
}
}

If lighteffectsenabled was indeed a serverside flag, which I doubt, this would pretty much senselessly warp people around that do have light effects enabled, no?

Quote:
Jagen, V3 isn't going to become standard if it doesn't looks more like the old version - well at least it needs the old playerlist.
People are supposed to rescript that one.
Reply With Quote