<?xml version="1.0" encoding="utf-8"?>
<s1 title="Whisper"><table><strong class="highlight"><![CDATA[]]></strong><tr><td><strong class="highlight"><![CDATA[]]></strong><p>Usage:</p>
</td><td><strong class="highlight"><![CDATA[]]></strong><p>whisper Name message</p>
</td></tr><tr><td><strong class="highlight"><![CDATA[]]></strong><p>Example:</p>
</td><td><strong class="highlight"><![CDATA[]]></strong><p>whisper Bob Hello friend! </p>
</td></tr></table><p>Allows you to send a whisper to another player. Expressions do not yet work with this, but can be used along with the <jump href="/wiki/Execute">Execute</jump> command. </p>
<p>An example of how to use Execute with this command could be: </p>
<ul><li><source><![CDATA[// Alert my friend/keyholder with a message like "Help, I have 5 incoming waves to 400,123"
if (city.NumberOfRealAttacks > 0) execute "whisper Bob Help, I have " + city.NumberOfRealAttacks + " incoming waves to " + city.coords]]></source></li>
</ul>
<p></p>

<br/>------------------------------------------------------------------------------<br/>
<p> <jump href="/wiki/ScriptAccount">ScriptAccount</jump> </p>
</s1>