I'm not getting why this script won't compile. Error is in post title. I have a script almost identical but using StartCombat instead of DrawWeapon. Can somebody show me my error?
Quest Property myQuest AutoInt Property PreReqStage AutoActor Property Actor1 AutoActor Property Actor2 AutoEvent OnTriggerEnter(objectreference akactionref)if akactionref == game.getplayer()If myquest.GetStage() == PreReqStageif (Actor1.HasLOS(Game.GetPlayer()))Actor1.DrawWeapon(Actor2) Endif Endif EndifEndEvent