Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → need end level cog
need end level cog
2000-11-16, 11:37 AM #1
ok as far as i know there isn't any cog that lets you press a button and ends the level.(i need this for a SP level/mod) i haven't ever seen this cog and i need it!!

------------------
girls are like jedi . . .

they are VERY ANNOYING!!
2000-11-16, 1:55 PM #2
Here:
Code:
symbols
surface face
message activated
end

code
activated:
JkEndLevel(1);
end

This will take you to the next level if there are any, or end the game if there aren't. If you want it to restart the level, change the 1 in jkEndLevel to 0.

[This message has been edited by lordvader (edited November 16, 2000).]
Capitalization
Commas
Periods
Question Marks
Apostrophes
Confusable Words
Plague Words

↑ Up to the top!