This is something I need for another script...
I write this in the editor:
default
{
state_entry
{
llDetectedPos(integer_number*HERE*);
}
}
"*HERE*" is where the error comes up for: "Not defined within scope"
I thought I had tryped it all correct... what's wrong?