Guest Posted November 5, 2016 Posted November 5, 2016 Again knowledge of scripting is very little any help is appreciated So basically I want add a spell after a sex scene takes place and for the life of me i can't seem to figure it out I been trying for 3 hours D: I offically given myself a headache
Hæretic Posted November 5, 2016 Posted November 5, 2016 AddSpell you probably already got, so what exactly is the problem? Running the script after the scene?
Guest Posted November 5, 2016 Posted November 5, 2016 Add an Hook to the sex animation you are playing. RegisterForModEvent("HookAnimationEnding_YourMod", "nowAddTheSpell") slThread.Sethook("YourMod") Event nowAddTheSpellevent(int tid, bool hasPlayer) sslThreadController tc = SexLab.GetController(tid) Actor[] Positions = tc.Positions Positions[0].addSpell(myGloriousSpell) endEvent Spell Property myGloriousSpell Auto
Guest Posted November 5, 2016 Posted November 5, 2016 Add an Hook to the sex animation you are playing. RegisterForModEvent("HookAnimationEnding_YourMod", "nowAddTheSpell") slThread.Sethook("YourMod") Event nowAddTheSpellevent(int tid, bool hasPlayer) sslThreadController tc = SexLab.GetController(tid) Actor[] Positions = tc.Positions Positions[0].addSpell(myGloriousSpell) endEvent Spell Property myGloriousSpell Auto THANKS for the help again
Recommended Posts
Archived
This topic is now archived and is closed to further replies.