Posted by JED Master on June 18, 1998 at 22:49:44:
In Reply to: COG Help!!!!!!! posted by Gonk on June 18, 1998 at 21:59:27:
Jeesh, gonk, the mp enemy conversion master of the universe, can't write a cog? You don't need to click used in cog, I never do and it always works fine, but you should anyway just incase. Anyhow, heres your SIMPLE cog.
symbols
sector trigger
int done=0 local
message entered
endcode
entered:
if (done == 1) return;
done = 1;
print("Your Text Here-words won't wrap, just get cut off!");
return;end