Jump to content
  • 0

is there a way to "shout" without the animation of hands to the mouth ?


Cricket Crabe
 Share

You are about to reply to a thread that has been inactive for 4787 days.

Please take a moment to consider if this thread is worth bumping.

Question

2 answers to this question

Recommended Posts

  • 0

Or you can wear a 'megaphone' object that does the shouting for you.  Stick this script in any object and chat "/42 message" - that is, put "/42", channel 42, before anything you want shouted.

default{	changed(integer Change){		if(Change & CHANGED_OWNER){			llResetScript();		}	}	listen(integer ChannelIn, string FromName, key FromID, string Message){		llShout(0, Message);	}	state_entry(){		llSetObjectName(llKey2Name(llGetOwner()));		llListen(42, "", llGetOwner(), "");	}}

 

  • Like 1
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4787 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...