Scipt gone - Floating text isn't
|
|
Jimbo Mimulus
Registered User
Join date: 30 May 2008
Posts: 75
|
08-31-2008 12:18
Hi all,
as you can tell by my rather descriptive title, i have a rogue script.
i put a dance machine script into a dancefloor . . . it didnt work, so i took it back out again (all parts of it)
however, my dancefloor still has the text above it.
is there a super dooper secret tool i need to get rid of the text, or is it just something i'm overlooking ?
as i said, all the script text has been removed from the dancefloors content tab (it is bereft of life)
thanks in advance
jimbo
|
|
Alicia Sautereau
if (!social) hide;
Join date: 20 Feb 2007
Posts: 3,125
|
08-31-2008 12:21
create a new script and copy&paste this into it, once the text is gone you can remove the script  default { state_entry() { llSetText(" ", <1,1,1>, 1.0); } }
|
|
Jimbo Mimulus
Registered User
Join date: 30 May 2008
Posts: 75
|
08-31-2008 12:31
Gah . . ok i'm a dumba**
on the error bar on the script, i'm getting:
(0, 0) : ERROR : Syntax error
(guess who REALLY shouldn't be playing with scripts)
|
|
Alicia Sautereau
if (!social) hide;
Join date: 20 Feb 2007
Posts: 3,125
|
08-31-2008 12:33
you have to delete everything (ctrl+a) and paste the abouve, has to be a blank scirpt 
|
|
Jimbo Mimulus
Registered User
Join date: 30 May 2008
Posts: 75
|
08-31-2008 12:38
All sorted,
Thank you so much Alicia
|
|
Alicia Sautereau
if (!social) hide;
Join date: 20 Feb 2007
Posts: 3,125
|
08-31-2008 12:43
tried and tested here so just dropped the script on you 
|
|
Anti Antonelli
Deranged Toymaker
Join date: 25 Apr 2006
Posts: 1,091
|
08-31-2008 12:44
Don't include the [ php] at the very beginning or the [ /php] at the very end, that's just forum stuff. Copy and paste everything in between those.
edit: too late, but I'll bet a dollar that's what the problem was.
_____________________
Designer of sensual, tasteful couple's animations - for residents who take their leisure time seriously.  http://slurl.com/secondlife/Brownlee/203/110/109/ 
|
|
Alicia Sautereau
if (!social) hide;
Join date: 20 Feb 2007
Posts: 3,125
|
08-31-2008 12:45
From: Anti Antonelli Don't include the [ php] at the very beginning or the [ /php] at the very end, that's just forum stuff. Copy and paste everything in between those. /slaps self... doh lol
|
|
Jimbo Mimulus
Registered User
Join date: 30 May 2008
Posts: 75
|
08-31-2008 12:54
Most likely Anti, / raises hand and admits to adding the & into the script
|
|
Anti Antonelli
Deranged Toymaker
Join date: 25 Apr 2006
Posts: 1,091
|
08-31-2008 13:06
Ehh, slap LL for not fixing the forums yet - then tags like php wouldn't be visible to some people and invisible to others, and we wouldn't have such problems. Anyway it appears we'll have shiny new forum software in a couple of months (knock on wood), and we'll all be grateful to folks like Alicia who kept on encapsulating their code in php tags for the past year even when it seemed it might be in vain 
_____________________
Designer of sensual, tasteful couple's animations - for residents who take their leisure time seriously.  http://slurl.com/secondlife/Brownlee/203/110/109/ 
|