enderalse/source/scripts/_00E_BrawlControl.psc

25 lines
599 B
Plaintext
Raw Normal View History

Scriptname _00E_BrawlControl extends Quest Hidden
Function Brawl(Actor pTarget, Actor pTargetFriend = None)
_00E_PlayerFunctions.GetCombatMusicControl().IsStartingBrawling()
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