View Single Post
PurpleJazz PurpleJazz's Avatar

JCF Member

Joined: Aug 2006

Posts: 852

PurpleJazz is OFF DA CHARTPurpleJazz is OFF DA CHARTPurpleJazz is OFF DA CHART

Jan 6, 2016, 03:25 PM
PurpleJazz is offline
Reply With Quote
Quote:
Originally Posted by Borgia View Post
Also, cooba pointed out to me that you can trigger a No Fire zone instead of putting individual events throughout the entire level. AngelScript is also able to make a level No Fire with one line only. Well, if some Scriptwizard could do that for me, I'd be happy :P.
Code:
void onPlayer(jjPLAYER@ play) {
  play.noFire = true;
}
Copy and paste this into notepad and save the file as CoSB NoFire.j2as. Be sure to select "All Files" as the save type or else it will not work.