View Single Post
  #2  
Old 01-09-2010, 08:03 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

Code:
if (condition) {
  then this;
}
elsif (this other) {
  this instead;
}
else {
  finally this;
}
Also use movepc() instead of MovePC()
Reply With Quote