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