1+ /** @tra setup.tra */
2+
13// AoP +1
24ACTION_IF NOT MOD_IS_INSTALLED ~ua.tp2~ (ID_OF_LABEL ~ua.tp2~ ~g_ua_allow+1~) BEGIN
3- PRINT @9
5+ PRINT @41
46 ACTION_IF GAME_INCLUDES ~bg1~ BEGIN
57 OUTER_SET $item_source_compat(~amul14~ ~nadine.cre~) = 1 // Nadine - steal
68 OUTER_SET $item_source_compat(~amul14~ ~nadin.dlg~) = 1 // Nadine - dialog, pass to Euric
@@ -9,11 +11,11 @@ ACTION_IF NOT MOD_IS_INSTALLED ~ua.tp2~ (ID_OF_LABEL ~ua.tp2~ ~g_ua_allow+1~) BE
911 // AoP+1
1012 OUTER_SET $item_source_compat(~amul14~ ~ar1201.are~) = 1 // near lake and mists in Firkraag's dungeon
1113 END
12- END
14+ END ELSE BEGIN PRINT @42 END
1315
1416// CoP+2 and RoP+2
1517ACTION_IF NOT MOD_IS_INSTALLED ~ua.tp2~ (ID_OF_LABEL ~ua.tp2~ ~g_ua_allow+2~) BEGIN
16- PRINT @9
18+ PRINT @43
1719 ACTION_IF GAME_INCLUDES ~bg1~ BEGIN
1820 OUTER_SET $item_source_compat(~clck02~ ~%Candlekeep_Catacombs_L1%.are~) = 1 // a crypt
1921 OUTER_SET $item_source_compat(~ring07~ ~ramazi.cre~) = 1 // Ramazith
@@ -23,16 +25,16 @@ ACTION_IF NOT MOD_IS_INSTALLED ~ua.tp2~ (ID_OF_LABEL ~ua.tp2~ ~g_ua_allow+2~) BE
2325 OUTER_SET $item_source_compat(~ring07~ ~aran02.cre~) = 1 // Aran Linvail (side with Bodhi)
2426 OUTER_SET $item_source_compat(~ring07~ ~aran.dlg~) = 1 // Aran Linvail (side with thieves)
2527 END
26- END
28+ END ELSE BEGIN PRINT @44 END
2729
2830// boots of speed
2931ACTION_IF NOT MOD_IS_INSTALLED ~ua.tp2~ (ID_OF_LABEL ~ua.tp2~ ~g_ua_allow_speed~) BEGIN
30- PRINT @11
32+ PRINT @45
3133 OUTER_SET $item_present(~boot01~) = "-1"
3234 ACTION_IF GAME_INCLUDES ~bg1~ BEGIN
3335 OUTER_SET $item_source_compat(~boot01~ ~drasus.cre~) = 1 // Drasus (Cloakwood mines assassin)
3436 END
3537 ACTION_IF GAME_INCLUDES ~bg2~ BEGIN
3638 OUTER_SET $item_source_compat(~boot01~ ~tokcre01.dlg~) = 1 // Token machine in Spellhold
3739 END
38- END
40+ END ELSE BEGIN PRINT @46 END
0 commit comments