SiPlusPlus Posted September 24, 2017 Posted September 24, 2017 How come this doesn't work? Scriptname SitDetection extends Actor Const Event OnSit(ObjectReference akFurniture) Debug.Notification("You are sitting on " + akFurniture.GetBaseObject().GetName()) endEvent Error is: SitDetection.psc(4,72): GetName is not a function or does not exist Thanks :)
SiPlusPlus Posted September 24, 2017 Author Posted September 24, 2017 Ignore this. Problem is that I don't have F4SE properly installed.
Recommended Posts