Dialogs

Started by TheSaint, Wed 19/05/2004 22:13:04

Previous topic - Next topic

TheSaint

hi.
i've come up to an interesting obstacle:
@S
EGO: "Hi."
SOMEBODY: "Hello."
return
@1
JOE: "..."
goto-dialog 2

how to avoid getting "hi"es from people involved in conversation when you return from lets say dialog topic 2 to dialog topic 1?
ofc u can make it in option 1 etc but if u want them to greet each other at start of each conversation? i think i saw some option to disable certain things from dialog if u dont need them, i suppose they can be used in this case - turn off then turn on at end of conversation, but is there any other option?

greetZ,
TheSaint

strazer

An option to disable the startup dialog (option-off 0 or whatever) has been suggested before, but not implemented yet.

For the moment, you could do (Talk to SOMEBODY -> Run script):

DisplaySpeech(EGO, "Hi.");
DisplaySpeech(SOMEBODY, "Hello.");
RunDialog(1); // resp. number of topic

and don't write anything in @S at all.

SMF spam blocked by CleanTalk