Re: HELP!!!!!! DIALOGUE!


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

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
end

code

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.


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 ]