These forums are CLOSED. Please visit the new forums HERE
Text Script remove |
|
|
Nokvin Rossini
Registered User
Join date: 12 Mar 2007
Posts: 16
|
02-25-2008 07:35
When I delete the Text script in the box, then after the text still stay over the box. I thought that when I deleted the script, then the text would disappear, but no. How can I remove the text completely?
|
|
Alicia Sautereau
if (!social) hide;
Join date: 20 Feb 2007
Posts: 3,125
|
02-25-2008 07:38
create a new script
default { on_rez(integer q) { llSetText("",<1,1,1>,1); } } this will set the floating text to "" and then you can remove the script _____________________
|
|
Winter Ventura
Eclectic Randomness
Join date: 18 Jul 2006
Posts: 2,579
|
02-25-2008 07:45
default
{ state_entry(integer startparam) { llSetText("",<1,1,1>,1); llSay(0. "All Clear!" ;llRemoveInventory(llGetScriptName()); } } Might work a little easier for you _____________________
![]() ● Inworld Store: http://slurl.eclectic-randomness.com ● Website: http://www.eclectic-randomness.com ● Twitter: @WinterVentura |
|
Nokvin Rossini
Registered User
Join date: 12 Mar 2007
Posts: 16
|
02-25-2008 10:43
create a new script default { on_rez(integer q) { llSetText("",<1,1,1>,1); } } this will set the floating text to "" and then you can remove the script TY so much it works fine ![]() |
|
Nokvin Rossini
Registered User
Join date: 12 Mar 2007
Posts: 16
|
02-25-2008 10:46
default { state_entry(integer startparam) { llSetText("",<1,1,1>,1); llSay(0. "All Clear!" ;llRemoveInventory(llGetScriptName()); } } Might work a little easier for you Thank you, but when I make and save the script I got this message "syntax error" |
|
Meade Paravane
Hedgehog
Join date: 21 Nov 2006
Posts: 4,845
|
02-25-2008 10:55
default { state_entry(integer startparam) { llSetText("",<1,1,1>,1); llSay(0. "All Clear!" ;llRemoveInventory(llGetScriptName()); } } Close.. How about this instead: CODE
_____________________
Tired of shouting clubs and lucky chairs? Vote for llParcelSay!!!
- Go here: http://jira.secondlife.com/browse/SVC-1224 - If you see "if you were logged in.." on the left, click it and log in - Click the "Vote for it" link on the left |
|
Imnotgoing Sideways
Can't outlaw cute! =^-^=
Join date: 17 Nov 2007
Posts: 4,694
|
02-25-2008 11:44
If you ask around at NCI, there are some people with a "Scrubber" script that shuts down any leftovers in a prim from scripts that were in there before... It even deletes itself when it's done. (^_^) It's a good thing for killing float text, bling, smoke, and stuff like that. (^_^)y
_____________________
Somewhere in this world; there is someone having some good clean fun doing the one thing you hate the most. (^_^)y
![]() http://slurl.com/secondlife/Ferguson/54/237/94 |
|
Squirrel Wood
Nuteater. Beware!
Join date: 14 Jun 2006
Posts: 471
|
02-25-2008 23:50
Floating text, lltargetOmega rotation, light, looping sound and particles are Prim properties that persist even when the script setting them is removed.
Therefore, as suggested, you will need another script to remove them. As has been mentioned, there should be scrubber scripts available that you drag onto the prim and they will clear such persistent effects and then automagically remove themselves. |
|
Winter Ventura
Eclectic Randomness
Join date: 18 Jul 2006
Posts: 2,579
|
02-26-2008 01:28
Close.. How about this instead: CODE
I got looking at that "on_rez" event and totally had my head stuck in there. lol. Point was just to put it in a "state_entry" so it wouldn't require taking the item and rerezzing it. _____________________
![]() ● Inworld Store: http://slurl.eclectic-randomness.com ● Website: http://www.eclectic-randomness.com ● Twitter: @WinterVentura |
|
Alicia Sautereau
if (!social) hide;
Join date: 20 Feb 2007
Posts: 3,125
|
02-26-2008 04:54
I got looking at that "on_rez" event and totally had my head stuck in there. lol. Point was just to put it in a "state_entry" so it wouldn't require taking the item and rerezzing it. uhhh yea, dunno why i made it in the on_rez, think my mind took a wander there for abit, good to see it helped tho lol _____________________
|
|
Nokvin Rossini
Registered User
Join date: 12 Mar 2007
Posts: 16
|
02-26-2008 06:01
If you ask around at NCI, there are some people with a "Scrubber" script that shuts down any leftovers in a prim from scripts that were in there before... It even deletes itself when it's done. (^_^) It's a good thing for killing float text, bling, smoke, and stuff like that. (^_^)y Hmm but I can`t find a "scrubber script" maybe you can tell me more exact where I can find it |
|
Imnotgoing Sideways
Can't outlaw cute! =^-^=
Join date: 17 Nov 2007
Posts: 4,694
|
02-26-2008 06:38
Hmm but I can`t find a "scrubber script" maybe you can tell me more exact where I can find it _____________________
Somewhere in this world; there is someone having some good clean fun doing the one thing you hate the most. (^_^)y
![]() http://slurl.com/secondlife/Ferguson/54/237/94 |
|
Nokvin Rossini
Registered User
Join date: 12 Mar 2007
Posts: 16
|
02-29-2008 07:43
Ask around at NCI Kuula, most people there know what it is and have a full perms copy. If you can't get help, I'll be on by 4pm today and I'll send you my copy... IM me inworld if you get the chance... I'm both bogged and forgetful once I log in. (^_^)y Thank you for all the help, I got the script in NCI Kuula, ![]() |
|
Wytchwhisper Sadofsky
precious deviant
Join date: 23 Jan 2008
Posts: 2
|
03-09-2008 10:15
I did the exact same thing i deleted the script. I will have to try this. Thanks guys for this thread
![]() _____________________
Wytchwhisper @ *Dark Arts by Wytchwhisper* in Second Life and *Sims2Wytch - Wickedly Naughty Sims* for The Sims 2
|
|
Wytchwhisper Sadofsky
precious deviant
Join date: 23 Jan 2008
Posts: 2
|
03-10-2008 01:16
Whoot! it worked you guys rock! *as if there was any doubt*
_____________________
Wytchwhisper @ *Dark Arts by Wytchwhisper* in Second Life and *Sims2Wytch - Wickedly Naughty Sims* for The Sims 2
|