|
Gregory McLeod
Registered User
Join date: 21 Oct 2006
Posts: 278
|
06-30-2007 02:01
Since the recent change to the viewer, Wed last, my scripts have not been responding to llSetScriptState correctly. In a prim with 2 scripts both running the main one issues a llSetScriptState("Main",FALSE) command the script stops but also seems to stop the secondary script which is supposed to respond to a listen event which issues a llSetScriptState("Main",TRUE) to restart the main script. Has anyone experienced a similar change in function?
|
|
Alicia Mounier
Registered User
Join date: 17 Oct 2005
Posts: 78
|
06-30-2007 04:02
Well from what I've seen i added lil preload script and after all the preloads have done thier deed llSetScriptState(llGetScriptName(), FALSE); didn't turn off the script, i'm wonder if it is an inv issuse since when i rez the object sometimes the the script that turns the preload sound script on is saying it is missing so I'm guessing sometimes it isn't turning on like it should. Also that prob i had with turning it off after all the seconds have passed by when the llPreloadSound is done sleeping the script. the llSetScriptState(llGetScriptName(), FALSE); was set last in order to turn off the script after the last preload was done.
|