Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Test

Osprey Therian
I want capslocklock
Join date: 6 Jul 2004
Posts: 5,049
01-06-2009 14:27
zomg overachiever ;-D
Lear Cale
wordy bugger
Join date: 22 Aug 2007
Posts: 3,569
01-07-2009 07:29
From: someone

state_entry()
{
Lear Cale = llGetOwner();
llListenRemove(listener);
listener = llListen(0,"",Lear Cale,"";);
llTargetOmega(<0.0,0.0,0.3>,TWO_PI,0.3);

}

Calling llListenRemove() in state_entry is a waste. Listens are cancelled on state transitions.

;)
1 2