Forum Discussion

SachaMagne's avatar
10 years ago

starting a dialog between sims ?

What is the proper way to start a dialog between a played sim and a NPC ?
I dug into the code without much luck so far.
Thanks for any informations!

What i want to do is something like that:
The player select an NPC sim,
then select an action from a pie menu
Dialog between the two of them
Action

I got all working but the dialog part.

S.
  • What kind of dialog?

    You can display an OK/Cancel dialog before an interaction runs (e.g. "Send to Netherworld") -- that field is "confirmation_dialog". If the interaction targets another Sim, you can access their name and icon.
    Anything more complex than that would require custom code. There are several mods that do that already.
  • I believe @sachaMagne got this resolved. The goal was to make sims have a conversation prior to pushing a continuation onto one of the sims.