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 → End Level Cog
End Level Cog
2010-06-02, 8:50 PM #1
can someone give me a simple cog thats ends the level when player walks in a sector.
2010-06-03, 2:13 AM #2
00_endlevel.cog does it when you cross an adjoin.. but if you want your own its real simple...

Code:
symbols

message entered
sector goalSector

end

# ============================

code

entered:
    jkEndLevel(1);
    return;

end
2010-06-07, 10:45 PM #3
srry i dont wana seem kinda nooby but how would i use this cog.like how do i make it work. i know how do everything else.
2010-06-08, 9:28 AM #4
which editor are you using.. because it may vary slightly from editor to editor
2010-06-11, 1:29 AM #5
im using zed
2010-06-11, 7:35 PM #6
wait nvm i got it.

↑ Up to the top!