How do i do this??

Started by , Fri 14/05/2004 20:34:10

Previous topic - Next topic

Legge

How do i add for example if someone says something he will never say it again..
:'(

Ishmael

Use discriptive subjects for topics. WHERE do you want so if someone says something he won't say it again? In dialog? See the "Conversations" in the tutorial section of the manual, look for option-* commands. Or in normal interactions? For example, if you're "Run Script"ing for DisplaySpeech, do something like:

if (spoken == 0) {
DisplaySpeech(blah blah blah...)
spoken = 1;
}

and add to the start of the room script:

int spoken;
I used to make games but then I took an IRC in the knee.

<Calin> Ishmael looks awesome all the time
\( Ö)/ ¬(Ö ) | Ja minähän en keskellä kirkasta päivää lähden minnekään juoksentelemaan ilman housuja.

Legge


SMF spam blocked by CleanTalk