Starting a conversation with a placeable
This apparently still uses the old "nw_g0_convplac" from NWN1. Follow these steps:
- Start by copying the placeable you want to use. Right click on it and choose "copy blueprint > module". Find it at the bottom of the list and click on it to access its properties.
- Change the name, tag, resref as needed in order to keep track of it.
- Under the behavior section, set the following:
- Plot = TRUE (optional, but suggested)
- Static = FALSE
- Useable? = TRUE
- If you have not already done so, create your conversation file and give it a name. Return to the behaviors section and either paste that name into the "Conversation" field, or use the dropdown to choose it from the list.
- Finally, under the Scripts section, set the On Used Script to "nw_g0_convplac"
Test it out and your should get your conversation when you use the placeable.