Re: COG Help!!!!!!!


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]

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
end

code
entered:
if (done == 1) return;
done = 1;
print("Your Text Here-words won't wrap, just get cut off!");
return;

end


Thats it, really. Place it like a normal cog, all you need to stick in is the sector number.


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]