Jump to content

Home

No End of Game


Darth Maleval

Recommended Posts

You would need to write it in .nss

 

Copy this into notepad:

StartNewModule("201TEL");

 

Then save it as .nss and compile it into ncs.

 

EDIT: However, you would probably be better off making a new 201TEL and naming it 200TEL or somesuch. Because all of the booleans and crap were reset after the meeting with the masters, so you'll basically be back at the start of the game again.

Link to comment
Share on other sites

Copy this into notepad:

StartNewModule("201TEL");

Then save it as .nss and compile it into ncs.

 

You'll need to put that inside the main() function block though or it won't compile. You can only declare functions on the global scope, not call them.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...