Blockland Forums > Modification Help

Speaking after displaying a variable

Pages: (1/1)

jes00:

How do I speak more after displaying a variable?
I tried the following to no affect.

--- Code: ---commandToServermessageSent("Test " @ %a" Test.");

--- End code ---


Scars75:


--- Quote from: jes00 on October 01, 2011, 05:50:00 PM ---How do I speak more after displaying a variable?
I tried the following to no affect.

--- Code: ---commandToServermessageSent("Test " @ %a" Test.");

--- End code ---

--- End quote ---
Here's the correct code:


--- Code: ---commandToServer('messagesent', "Test " @ %a @ " Test.");

--- End code ---


jes00:


--- Quote from: Scars75 on October 01, 2011, 06:05:58 PM ---Here's the correct code:


--- Code: ---commandToServer('messagesent', "Test " @ %a @ " Test.");

--- End code ---

--- End quote ---
Thank you.
Off Topic: nice avatar.

Eeposs:


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

}

--- End code ---

Something like that.

Pages: (1/1)

Go to full version