diff --git a/EET/compile/baf/K#TELBGT.baf b/EET/compile/baf/K#TELBGT.baf index 0a586c93..e2287c07 100644 --- a/EET/compile/baf/K#TELBGT.baf +++ b/EET/compile/baf/K#TELBGT.baf @@ -7,10 +7,10 @@ THEN AdvanceTime(ONE_MONTH) AddGlobals("K#DaysPassed","K#temp") TakeObjectGoldGlobal("K#ImportGold","GLOBAL",Player1) - ActionOverride(Myself,TakeItemListPartyNum("IMPORT01",1)) - ActionOverride(Myself,TakeItemListPartyNum("IMPORT02",1)) - ActionOverride(Myself,TakeItemListPartyNum("IMPORT03",1)) - ActionOverride(Myself,TakeItemListPartyNum("K#IMPORT",17)) + TakeItemListPartyNum("IMPORT01",1) + TakeItemListPartyNum("IMPORT02",1) + TakeItemListPartyNum("IMPORT03",1) + TakeItemListPartyNum("K#IMPORT",17) ActionOverride("K#ImportContainer",TakeCreatureItems(Player1,ALL)) ActionOverride("K#ImportContainer",TakeCreatureItems(Player2,ALL)) ActionOverride("K#ImportContainer",TakeCreatureItems(Player3,ALL)) @@ -83,16 +83,16 @@ IF NumInParty(6) THEN RESPONSE #100 - ActionOverride(Myself,TakeItemListPartyNum("K#IMPORT",20)) - ActionOverride(Myself,GivePartyAllEquipment()) - ActionOverride(Myself,TakeItemListPartyNum("K#IMPORT",20)) - ActionOverride(Myself,GivePartyAllEquipment()) - ActionOverride(Myself,TakeItemListPartyNum("K#IMPORT",20)) - ActionOverride(Myself,GivePartyAllEquipment()) - ActionOverride(Myself,TakeItemListPartyNum("K#IMPORT",20)) - ActionOverride(Myself,GivePartyAllEquipment()) - ActionOverride(Myself,TakeItemListPartyNum("K#IMPORT",20)) - ActionOverride(Myself,GivePartyAllEquipment()) + TakeItemListPartyNum("K#IMPORT",20) + GivePartyAllEquipment() + TakeItemListPartyNum("K#IMPORT",20) + GivePartyAllEquipment() + TakeItemListPartyNum("K#IMPORT",20) + GivePartyAllEquipment() + TakeItemListPartyNum("K#IMPORT",20) + GivePartyAllEquipment() + TakeItemListPartyNum("K#IMPORT",20) + GivePartyAllEquipment() Continue() END @@ -100,14 +100,14 @@ IF NumInParty(5) THEN RESPONSE #100 - ActionOverride(Myself,TakeItemListPartyNum("K#IMPORT",20)) - ActionOverride(Myself,GivePartyAllEquipment()) - ActionOverride(Myself,TakeItemListPartyNum("K#IMPORT",20)) - ActionOverride(Myself,GivePartyAllEquipment()) - ActionOverride(Myself,TakeItemListPartyNum("K#IMPORT",20)) - ActionOverride(Myself,GivePartyAllEquipment()) - ActionOverride(Myself,TakeItemListPartyNum("K#IMPORT",20)) - ActionOverride(Myself,GivePartyAllEquipment()) + TakeItemListPartyNum("K#IMPORT",20) + GivePartyAllEquipment() + TakeItemListPartyNum("K#IMPORT",20) + GivePartyAllEquipment() + TakeItemListPartyNum("K#IMPORT",20) + GivePartyAllEquipment() + TakeItemListPartyNum("K#IMPORT",20) + GivePartyAllEquipment() Continue() END @@ -115,12 +115,12 @@ IF NumInParty(4) THEN RESPONSE #100 - ActionOverride(Myself,TakeItemListPartyNum("K#IMPORT",20)) - ActionOverride(Myself,GivePartyAllEquipment()) - ActionOverride(Myself,TakeItemListPartyNum("K#IMPORT",20)) - ActionOverride(Myself,GivePartyAllEquipment()) - ActionOverride(Myself,TakeItemListPartyNum("K#IMPORT",20)) - ActionOverride(Myself,GivePartyAllEquipment()) + TakeItemListPartyNum("K#IMPORT",20) + GivePartyAllEquipment() + TakeItemListPartyNum("K#IMPORT",20) + GivePartyAllEquipment() + TakeItemListPartyNum("K#IMPORT",20) + GivePartyAllEquipment() Continue() END @@ -128,10 +128,10 @@ IF NumInParty(3) THEN RESPONSE #100 - ActionOverride(Myself,TakeItemListPartyNum("K#IMPORT",20)) - ActionOverride(Myself,GivePartyAllEquipment()) - ActionOverride(Myself,TakeItemListPartyNum("K#IMPORT",20)) - ActionOverride(Myself,GivePartyAllEquipment()) + TakeItemListPartyNum("K#IMPORT",20) + GivePartyAllEquipment() + TakeItemListPartyNum("K#IMPORT",20) + GivePartyAllEquipment() Continue() END @@ -139,8 +139,8 @@ IF NumInParty(2) THEN RESPONSE #100 - ActionOverride(Myself,TakeItemListPartyNum("K#IMPORT",20)) - ActionOverride(Myself,GivePartyAllEquipment()) + TakeItemListPartyNum("K#IMPORT",20) + GivePartyAllEquipment() Continue() END @@ -148,7 +148,7 @@ IF True() THEN RESPONSE #100 - ActionOverride(Myself,GivePartyAllEquipment()) + GivePartyAllEquipment() SetGlobal("SPRITE_IS_DEADCALAHAN","GLOBAL",0) SetGlobal("SPRITE_IS_DEADCARBOS","GLOBAL",0) SetGlobal("SPRITE_IS_DEADDIANA","GLOBAL",0)