Its kinda simple, what it does is every 10 seconds that you are in a certain sector, it outputs text. The text can be right out of the cog.
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.
#12/2001 GBK Symbols Message Startup Message Pulse Flex Seconds=10.0 Sector Target Thing Player Local End Code Startup: Setpulse(Seconds); Player = JKgetlocalplayer(); Stop; Pulse: If(Getthingsector(Player) != Target) Stop; JKstringclear(); JKstringconcatasciistring("YOUR MESSAGE HERE. MAKE SURE THE QUOTES STAY INTACT."); JKstringoutput(-3, -1); Stop; End