Bount227 Posted April 1 Share Posted April 1 Writing a script, trying to call a function from another script and it is giving me an End Of File Error. What is it wanting me to do? I have looked for an answer and everything looks like they write it out exactly as I did. The error: "missing EndOfFile at '('" Scriptname PlayerEquip extends Actor Const Quest Property Tier_Lvl_Script Auto Const (PerkReg as Tier_Lvl_Script).PerFunction() <---------Error Here Event OnItemEquipped(Form akBaseObject , ObjectReference akReference) If ItemEquipped as Weapon ItemEquipped = WpnEquipped EndIf If akBaseObject == Game.GetPlayer().OnEquipped(ItemEquipped) PerkFunction() EndIf EndEvent Link to comment Share on other sites More sharing options...
Recommended Posts