23 lines
530 B
Plaintext
23 lines
530 B
Plaintext
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
|