Author Topic: Speaking after displaying a variable  (Read 549 times)

How do I speak more after displaying a variable?
I tried the following to no affect.
Code: [Select]
commandToServermessageSent("Test " @ %a" Test.");

How do I speak more after displaying a variable?
I tried the following to no affect.
Code: [Select]
commandToServermessageSent("Test " @ %a" Test.");
Here's the correct code:

Code: [Select]
commandToServer('messagesent', "Test " @ %a @ " Test.");

Here's the correct code:

Code: [Select]
commandToServer('messagesent', "Test " @ %a @ " Test.");
Thank you.
Off Topic: nice avatar.

Code: [Select]
function servercmdSteal(%Item)
{
MessageAll('', "<color:ffffff>Someone stole a<color:ffff00> " @ %Item @ "<color:ffffff>.");

}

Something like that.