Skip to content

Commit

Permalink
Release Candidate 3.1 (hotfix)
Browse files Browse the repository at this point in the history
forgot to press save button before sending...
  • Loading branch information
K4thos committed Jul 30, 2016
1 parent b1a7a12 commit a756d3b
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions EET/compile/baf/K#TELBGT.baf
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -83,72 +83,72 @@ 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

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

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

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

IF
NumInParty(2)
THEN
RESPONSE #100
ActionOverride(Myself,TakeItemListPartyNum("K#IMPORT",20))
ActionOverride(Myself,GivePartyAllEquipment())
TakeItemListPartyNum("K#IMPORT",20)
GivePartyAllEquipment()
Continue()
END

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)
Expand Down

0 comments on commit a756d3b

Please sign in to comment.