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 → VERY noob question...
VERY noob question...
2007-12-05, 12:37 PM #1
How do I make an endlevel cog? I'm SORT OF understanding cogs now, but any tutorials are non-existant for endlevel cogs. I hope someone responds to this lol...
2007-12-05, 4:53 PM #2
jkEndLevel(1);
And when the moment is right, I'm gonna fly a kite.
2007-12-05, 8:09 PM #3
Okay, how about when a person enters a sector, waits a moment, then ends? I get the jkEndLevel part, just not how to make it end when the person gets into a certain sector or touches a specific surface.
2007-12-06, 4:36 AM #4
Code:
# 2007-12 gbk
symbols
message entered
sector TheSector
int WaitThisLong
end
code
entered:
sleep(WaitThisLong);
jkendlevel(1);
stop;
end
And when the moment is right, I'm gonna fly a kite.
2007-12-06, 10:37 AM #5
Thanks, I got it to finally end now.
2007-12-27, 12:10 AM #6
what the hell is

Code:
stop;




gbk making up new keywords? xD
[ B A H ]
Bad *** by nature,
Hackers by choice
2007-12-27, 1:04 AM #7
Originally posted by StrikeAthius:
what the hell is

Code:
stop;




gbk making up new keywords? xD


i believe its essentially the same as return;
2007-12-27, 9:38 PM #8
Originally posted by StrikeAthius:
gbk making up new keywords? xD

Its the same as return. I've used it exclusively for years. Its kind of my trademark.
And when the moment is right, I'm gonna fly a kite.
2008-01-02, 6:22 PM #9
Originally posted by gbk:
Its the same as return. I've used it exclusively for years. Its kind of my trademark.


It's GBK's signature! :gbk:
Cordially,
Lord Tiberius Grismath
1473 for '1337' posts.
2008-01-07, 5:07 AM #10
Originally posted by gbk:
Code:
jkendlevel(1);
stop; HAMMER TIME
end


:gbk:
Code:
if(getThingFlags(source) & 0x8){
  do her}
elseif(getThingFlags(source) & 0x4){
  do other babe}
else{
  do a dude}

↑ Up to the top!