Add two special nodes

- Node to make a monster target a specific PC or monster
- Node to force town entry from outdoors
This commit is contained in:
2015-06-07 01:21:40 -04:00
parent 8272878cea
commit aa5dfe4f69
8 changed files with 53 additions and 22 deletions

View File

@@ -829,6 +829,7 @@ static bool edit_spec_enc_value(cDialog& me, std::string item_hit, node_stack_t&
case 'w': strt = STRT_STATUS; title = "Select status:"; str_adj = 1; break;
case 'j': strt = STRT_QUEST; title = "Select a quest:"; break;
case 'J': strt = STRT_QUEST_STATUS; title = "Select the quest's status:"; break;
case '<': strt = STRT_DIR; title = "Select the direction:"; break;
case '0': case '1': case '2': case '3': case '4':
case '5': case '6': case '7': case '8': case '9':
choose_string = false;