Posted by JED Master on June 14, 1998 at 23:35:53:
In Reply to: Re: HELP!!!!!! DIALOGUE! posted by SciComm on June 14, 1998 at 13:17:49:
Heh...
symbols
message entered
int done=0 Local
sector trigger
endcode
entered:
if (done == 1) return;
Print("Yourtextherekeepthequotes");
done = 1;
return;
end
thats it. It works, Ive used that exact same script, though I compiled it all into four cogs that handle twenty messages each.
Remember, text does not wrap the screen, it will just leave some off.