Posted by GMS_Slug on June 14, 1998 at 12:17:02:
In Reply to: HELP!!!!!! DIALOGUE! posted by SciComm on June 14, 1998 at 12:09:28:
symbols
message entered
sector sector
int played=0 local
end
# ========================================================================================
code
entered:
if (played) return;
played = 1;
print(put your text here)
end
I just wrote that up, so if it doesn't work.. sorry.. I believe the int is how you keep it from playing a second time that you enter the sector, but I'm not sure.. someone wanna confirm/deny? Actually, the more I look at it, the more wrong the int looks, but it's the best guess I have without referring to a cog..