Thread: making a shop
View Single Post
  #4  
Old 11-05-2005, 09:30 PM
ZeLpH_MyStiK ZeLpH_MyStiK is offline
Scripter
ZeLpH_MyStiK's Avatar
Join Date: May 2003
Location: NYC
Posts: 553
ZeLpH_MyStiK is on a distinguished road
Send a message via MSN to ZeLpH_MyStiK Send a message via Yahoo to ZeLpH_MyStiK
NPC Code:

if ( boolean ) { // your everyday if-statement
// if the boolean is true, do stuff here
} else {
// if the boolean is not true, do stuff here
}

__________________
Reply With Quote