View Single Post
  #9  
Old 05-09-2006, 11:26 PM
Angel_Light Angel_Light is offline
Varia Developer
Angel_Light's Avatar
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
Angel_Light is on a distinguished road
Send a message via AIM to Angel_Light Send a message via MSN to Angel_Light
Sounds cool, the server I work for has a idea similiar. you could use variables

if (this.foo == 1) {
blah blah blah;
}
if (this.foo == 2) {
blah blah blah;
}
__________________
Deep into the Darkness peering...
Reply With Quote