View Single Post
cooba cooba's Avatar

JCF Veteran

Joined: Jan 2004

Posts: 7,812

cooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of lightcooba is a glorious beacon of light

Jan 9, 2014, 11:45 AM
cooba is offline
Reply With Quote
Quote:
Originally Posted by Gus View Post
Here, I sealed it into a window, so it does no longer flood the page.
No, I meant use tabulators.
Code:
void onMain() {
   if (p.charCurr != CHAR::LORI) {
      p.morphTo(CHAR::LORI, false);
   }
   if (p.yPos > 4*480) {
      mode = 1;
      deathtype = 1;
   }
}
And so on...