npcWrongStepsMethod: Difference between revisions
Jump to navigation
Jump to search
(Created page with "; npcWrongStepsMethod <flag> : Sets what to do if the conversation sequence specified for a NPC conversation is wrong {|class="TablePager" |- !Value !Description |- ! 0 | Cle...") |
m (Conversion script moved page NpcWrongStepsMethod to npcWrongStepsMethod: Converting page titles to lowercase) |
(No difference)
|
Latest revision as of 22:35, 26 April 2021
- npcWrongStepsMethod <flag>
- Sets what to do if the conversation sequence specified for a NPC conversation is wrong
Value | Description |
---|---|
0 | Clears all remaining conversation steps from queue and wait for user input |
1 | Skips the current wrong step in the conversation and moves on to the next one in queue |
2 | Tries to cancel the NPC conversation by continuing the conversation until it ends. If a choice pops up, chooses 'cancel'. If a numpad pops up, answers '1234'. If a textbox pops up, answers 'eye lol'. |
3 | Relogs to cancel the NPC conversation |