blackandwhite14593 Posted June 27, 2016 Posted June 27, 2016 Hi! So I get this compilation error when I try to include any sexlab function inside a new script. Note that I connected the sexlab property and all. For ex if I just call sslThreadModel function:  Scriptname test1 extends ObjectReference   SexLabFramework Property SexLab  Auto   sslThreadModel AnimationObject = SexLab.NewThread()   I always get this stupid error: no viable alternative at input 'SexLab' required (...)+ loop did not match anything at input ' Unknown user flag SexLab  Can anybody please help. I have no idea what I'm doing wrong. Thank you very much in advance! Â
TanookiTamaTachi Posted June 27, 2016 Posted June 27, 2016 First of all, you can't call a function in a script variable declaration; functions can only be called inside a function/event body.
blackandwhite14593 Posted June 28, 2016 Author Posted June 28, 2016 First of all, you can't call a function in a script variable declaration; functions can only be called inside a function/event body. *Facepalm* Hahah, thanks man!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.