Headerman Posted March 11, 2021 Posted March 11, 2021 Edit: I have been researching this myself and have written a function: Function Tracker() Actor akActor = Game.GetPlayer() Box2.Show() slaframeworkscr.UpdateActorExposure(akActor, Utility.RandomInt(1, 3), ArousalReasonStr) endFunction And now i am getting the following compilation error: "C:\Program Files (x86)\Steam\steamapps\common\Skyrim\Data\Scripts\Source\temp\CC_Quest_Scr.psc(60,21): cannot call the member function UpdateActorExposure alone or on a type, must call it on a variable"
Headerman Posted March 13, 2021 Author Posted March 13, 2021 Fixed it by writing: Function Tracker() Actor akActor = Game.GetPlayer() Message m_suit = None Box2.Show() if (CurrentPanties != None) m_suit.Show() slaarousal.UpdateActorExposure(akActor, Utility.RandomInt(1, 3), ArousalReasonStr) endif endFunction
Heartbreaker714 Posted April 10, 2021 Posted April 10, 2021 What exactly is this for? Will this make aroused check the NPC in the cross hairs?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.