okay can anybody help me? im loosing my sanity over this script! I've got all the mechanics working correctly in the script, it generates randomly, but now, it will only use random on one entity at a time. I've tried setting multiple targets to be called upon, but when that happens, I have no control over the script, and it decides to generate everything when it wants to, and not even the given name I chose it to spawn...
here's the script, play around with it, if you can figure it out, please let me know so I can credit your name because this script is killing me. so bad I've almost thought about canning slenderman's past because of how frustrating this has become!
;===Random page location generator by LCGS_Horror Pack===
:state=0:etimerstart,state=1
:state=1,etimergreater=100:state=1
:state=1,random=6:settargetname=pagelocationA,state=10
:state=1,random=6:settargetname=pagelocationB,state=20
:state=1,random=6:settargetname=pagelocationC,state=30
:state=1,random=6:settargetname=pagelocationD,state=40
:state=1,random=6:settargetname=pagelocationE,state=50
:state=1,random=6:settargetname=pagelocationF,state=60
:state=10:activatetarget=1
:state=20:activatetarget=1
:state=30:activatetarget=1
:state=40:activatetarget=1
:state=50:activatetarget=1
:state=60:activatetarget=1
Anthony Gonzales