|
Bill Schmo
Registered User
Join date: 16 Aug 2006
Posts: 53
|
06-26-2007 17:14
i have been working on a scripted object (A) that rezzes another scripted object (B), problem is the object rezzed (B) scripts will not run.. they say running, the object rezzes fine, but the script will not start. i know its not running b/c i have added On_rez, llresetscript, ect... and i have broken it down to a simple llSay(0,"script is running"  and still nothing.. is there something special to the RezObject, RezAtRoot commands that kills my script, or fails to run it? thanx in advance, Bill
|
|
RJ Source
Green Sky Labs
Join date: 10 Jan 2007
Posts: 272
|
06-26-2007 17:28
From: Bill Schmo i have been working on a scripted object (A) that rezzes another scripted object (B), problem is the object rezzed (B) scripts will not run.. they say running, the object rezzes fine, but the script will not start. i know its not running b/c i have added On_rez, llresetscript, ect... and i have broken it down to a simple llSay(0,"script is running"  and still nothing.. is there something special to the RezObject, RezAtRoot commands that kills my script, or fails to run it? thanx in advance, Bill Maybe you could post some code? All things equal, it should work fine.
|