RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Say ?!?

Nova

Wanderer
Say ?!?

Hi,
I have some problems with making vendors speaking.
As I've understood it, that should work
[code:1]
public override void OnDoubleClick( Mobile from )
{
if ( from.InRange( this, 12 ) )
{
this.say( "I am a dumbass" );
}
}
[/code:1]

But this dont work...
Can anybody tell me how the correct code is ? :?

-Nova
 
Top