SiPlusPlus Posted September 24, 2017 Share 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 :) Link to comment Share on other sites More sharing options...
SiPlusPlus Posted September 24, 2017 Author Share Posted September 24, 2017 Ignore this. Problem is that I don't have F4SE properly installed. Link to comment Share on other sites More sharing options...
scrivener07 Posted September 25, 2017 Share Posted September 25, 2017 Good on you, yup you figured it out! Link to comment Share on other sites More sharing options...
Recommended Posts