Spoiler
Scriptname WC1stBattle extends ObjectReference
Alias Property HideGuy Auto
Function ReadChallengeBook(Actor reader)
If(reader!=Game.GetPlayer())
int choice=WCStartBattle.Show()
if(choice==1)
WCHideWarrior.GetActorRef().StartCombat(Game.GetPlayer())
EndIf
EndIf
EndFunction
Message Property WCStartBattle Auto
Actor Property WCHideWarrior Auto
Alias Property HideGuy Auto
Function ReadChallengeBook(Actor reader)
If(reader!=Game.GetPlayer())
int choice=WCStartBattle.Show()
if(choice==1)
WCHideWarrior.GetActorRef().StartCombat(Game.GetPlayer())
EndIf
EndIf
EndFunction
Message Property WCStartBattle Auto
Actor Property WCHideWarrior Auto
CK keeps saying that GetActorRef() doesnt exist. I'm sorry that I'm such a noob at this. =/
