View Single Post
  #4  
Old 01-06-2004, 12:46 PM
GoZelda GoZelda is offline
Mister 1,000,000
GoZelda's Avatar
Join Date: Jan 2003
Location: Brussels, capital of Europe.
Posts: 5,396
GoZelda will become famous soon enough
Send a message via AIM to GoZelda Send a message via MSN to GoZelda
Re: Quick question: Light Effects

Quote:
Originally posted by Sheepiroth
Is there any way to Force the player to have their light effects enabled?
NPC Code:

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




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.
__________________

Quote:
Originally Posted by Lance
stefan is satan
I am the best.
[URL removed]Music or aural pollution?
Reply With Quote