4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
530 B

Scriptname _00E_BrawlControl extends Quest Hidden
Function Brawl(Actor pTarget, Actor pTargetFriend = None)
FavorBrawlEvent.SendStoryEvent(None, pTarget, pTargetFriend)
EndFunction
Function ShowBrawlTutorial()
If _00E_DisableSkillTutorials.GetValueInt() == 0
Message.ResetHelpMessage("Brawl")
_00E_Tutorial_Brawl.ShowAsHelpMessage("Brawl", 3, 3, 1)
EndIf
EndFunction
GlobalVariable Property _00E_DisableSkillTutorials Auto
Message Property _00E_Tutorial_Brawl Auto
Keyword Property FavorBrawlEvent Auto