Skip to content

Commit

Permalink
Initial Master Upload
Browse files Browse the repository at this point in the history
Adding all project files to repository
  • Loading branch information
cmorganbg committed Sep 17, 2011
1 parent edd060d commit 3cc0e2f
Show file tree
Hide file tree
Showing 1,016 changed files with 231,913 additions and 0 deletions.
6,466 changes: 6,466 additions & 0 deletions bg1npc.tp2

Large diffs are not rendered by default.

Empty file.
129 changes: 129 additions & 0 deletions bg1npc/bantergoose/bantergoose.baf
@@ -0,0 +1,129 @@
IF
GGT("Chapter",1)
G("FWBanterGooseRun",0)
THEN
RESPONSE #100
SetGlobal("FWBanterGooseRun","GLOBAL",1)
RealSetGlobalTimer("FWBanterGoose","GLOBAL",2500)
END

IF
RealGlobalTimerExpired("FWBanterGoose","GLOBAL")
G("FWRanABanter",1)
THEN
RESPONSE #100
SetGlobal("FWRanABanter","GLOBAL",0)
RealSetGlobalTimer("FWBanterGoose","GLOBAL",2500)
END

IF
RealGlobalTimerExpired("FWBanterGoose","GLOBAL")
G("FWRanABanter",0)
CombatCounter(0)
InParty(Player1)
InParty(Player2)
!InParty(Player3)
!InParty(Player4)
!InParty(Player5)
!InParty(Player6)
THEN
RESPONSE #100
SetGlobal("FWRanABanter","GLOBAL",1)
ActionOverride(Player2,Interact(Player2))
END

IF
RealGlobalTimerExpired("FWBanterGoose","GLOBAL")
G("FWRanABanter",0)
CombatCounter(0)
InParty(Player1)
InParty(Player2)
InParty(Player3)
!InParty(Player4)
!InParty(Player5)
!InParty(Player6)
THEN
RESPONSE #50
SetGlobal("FWRanABanter","GLOBAL",1)
ActionOverride(Player2,Interact(Player2))
RESPONSE #50
SetGlobal("FWRanABanter","GLOBAL",1)
ActionOverride(Player3,Interact(Player3))
END

IF
RealGlobalTimerExpired("FWBanterGoose","GLOBAL")
G("FWRanABanter",0)
CombatCounter(0)
InParty(Player1)
InParty(Player2)
InParty(Player3)
InParty(Player4)
!InParty(Player5)
!InParty(Player6)
THEN
RESPONSE #34
SetGlobal("FWRanABanter","GLOBAL",1)
ActionOverride(Player2,Interact(Player2))
RESPONSE #33
SetGlobal("FWRanABanter","GLOBAL",1)
ActionOverride(Player3,Interact(Player3))
RESPONSE #33
SetGlobal("FWRanABanter","GLOBAL",1)
ActionOverride(Player4,Interact(Player4))
END

IF
RealGlobalTimerExpired("FWBanterGoose","GLOBAL")
G("FWRanABanter",0)
CombatCounter(0)
InParty(Player1)
InParty(Player2)
InParty(Player3)
InParty(Player4)
InParty(Player5)
!InParty(Player6)
THEN
RESPONSE #25
SetGlobal("FWRanABanter","GLOBAL",1)
ActionOverride(Player2,Interact(Player2))
RESPONSE #25
SetGlobal("FWRanABanter","GLOBAL",1)
ActionOverride(Player3,Interact(Player3))
RESPONSE #25
SetGlobal("FWRanABanter","GLOBAL",1)
ActionOverride(Player4,Interact(Player4))
RESPONSE #25
SetGlobal("FWRanABanter","GLOBAL",1)
ActionOverride(Player5,Interact(Player5))
END

IF
RealGlobalTimerExpired("FWBanterGoose","GLOBAL")
G("FWRanABanter",0)
CombatCounter(0)
InParty(Player1)
InParty(Player2)
InParty(Player3)
InParty(Player4)
InParty(Player5)
InParty(Player6)
THEN
RESPONSE #20
SetGlobal("FWRanABanter","GLOBAL",1)
ActionOverride(Player2,Interact(Player2))
RESPONSE #20
SetGlobal("FWRanABanter","GLOBAL",1)
ActionOverride(Player3,Interact(Player3))
RESPONSE #20
SetGlobal("FWRanABanter","GLOBAL",1)
ActionOverride(Player4,Interact(Player4))
RESPONSE #20
SetGlobal("FWRanABanter","GLOBAL",1)
ActionOverride(Player5,Interact(Player5))
RESPONSE #20
SetGlobal("FWRanABanter","GLOBAL",1)
ActionOverride(Player6,Interact(Player6))
END


0 comments on commit 3cc0e2f

Please sign in to comment.