Skip to content

Commit

Permalink
New fix attempt for invalid party error in simple script 55
Browse files Browse the repository at this point in the history
  • Loading branch information
In-Vain committed Sep 27, 2022
1 parent 82e2263 commit 8c27e22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ModuleSystem/module_simple_triggers.py
Expand Up @@ -2676,6 +2676,7 @@
(try_for_range, ":scripted_ai_lords", kingdom_heroes_begin, kingdom_heroes_end),
(troop_get_slot, ":lord_party", ":scripted_ai_lords", slot_troop_leaded_party),
(gt, ":lord_party", 0),
(party_is_active, ":lord_party"),
(party_slot_ge, ":lord_party", slot_party_scripted_ai, 1),
(party_set_slot, ":lord_party", slot_party_scripted_ai, 0),
(str_store_troop_name, s30, ":scripted_ai_lords"),
Expand Down
2 changes: 1 addition & 1 deletion _wb/simple_triggers.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion simple_triggers.txt

Large diffs are not rendered by default.

0 comments on commit 8c27e22

Please sign in to comment.