topologista Posted September 23, 2018 Share Posted September 23, 2018 Anybody know if it's possible to add new scripted interactions right now? Link to comment Share on other sites More sharing options...
BMac Posted September 27, 2018 Share Posted September 27, 2018 Yes, it should be. Scripted interactions are actually just special conversations. You can check out any of the existing ones at "Exported/Design/Conversations" to see the format for them (see any file with an XX_si prefix). Make sure you add the new conversation to the file "Manifests/conversations.manifest". This file can be overridden in override directories. Once you make the conversation, you can trigger it by adding a call to StartScriptedInteraction anywhere else in data that will take a script call. You can also test it via the command line with the same command. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now