First the story:
I was cogging along and my cog stopped working. Odd I thought, after alot of frustrating testing on a hunch I renamed my one of my call commands and the accompanying message and it started working again. It didnt matter if the message was declared in symbols or not. I looked in Datamaster and couldnt find any documentation of it, I loaded Parsec and Scribe. Parsec returns the error it does on all custom messages, Scribe found no errors. I figured it's time to throw it to the experts and see if you guys knew this or not.
now the 'bad' word: continue
Example (doesnt work):
Example (this works):
Anyone encounter this before? Im too lazy to do random testing. Think it does anything? Im guessing continue(); isnt a cog verb because most of those are defined in jk.exe, so its probably a cog keyword or just a something that jams up JK's cogparser.
If its indeed a cog keyword, Im guessing its fuction is or was supposed to be similar to break;
I was cogging along and my cog stopped working. Odd I thought, after alot of frustrating testing on a hunch I renamed my one of my call commands and the accompanying message and it started working again. It didnt matter if the message was declared in symbols or not. I looked in Datamaster and couldnt find any documentation of it, I loaded Parsec and Scribe. Parsec returns the error it does on all custom messages, Scribe found no errors. I figured it's time to throw it to the experts and see if you guys knew this or not.
now the 'bad' word: continue
Example (doesnt work):
Code:
activated: call continue; Return; continue: PlaySoundThing(mysound, GetLocalPlayerThing(), 1.0, -1, -1, 128); Return;
Example (this works):
Code:
activated: call acontinue; Return; acontinue: PlaySoundThing(mysound, GetLocalPlayerThing(), 1.0, -1, -1, 128); Return;
Anyone encounter this before? Im too lazy to do random testing. Think it does anything? Im guessing continue(); isnt a cog verb because most of those are defined in jk.exe, so its probably a cog keyword or just a something that jams up JK's cogparser.
If its indeed a cog keyword, Im guessing its fuction is or was supposed to be similar to break;
Admin of Narshaddaa.net's dedicated server. For more information on about the dedicated server: http://jkdf2.net/