Difference between revisions of "Script Function: Q4JT"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4JT(<span style="color:#0000FF">obj</span> pet) { <span style="color:#0000FF">if</...") |
(No difference)
|
Revision as of 03:27, 12 October 2018
function void Q4JT(obj pet) { if (isPet(pet)) { Q4XQ(); sfx(getLocation(pet), petRefuseSfx, 0x00); } else { bark(pet, "I do not understand."); } return; }