View Single Post
  #5  
Old 02-11-2002, 12:30 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally posted by Kaimetsu
[Squeaky!]
In the meanwhile you could just use if (true), just as long and it does exactly the same.
Who knows maybe even if (1) works.
[/Squeaky!]
It's because I was using a defNPC. So I'd go:

NPC Code:

//#EDIT mode 1
//#CLIENTSIDE
blahblah;
if(mode==1){
whatever;
}



So then it'd get changed into "if(1==1){" by the editor, y'see?
__________________
Reply With Quote