Difference between revisions of "Script Function: Q506"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q506(<span style="color:#0000FF">obj</span> this) { <span style="color:#0000FF">list...") |
(No difference)
|
Revision as of 03:54, 12 October 2018
function int Q506(obj this) { list Q5XE; getObjectsInRange(Q5XE, getLocation(this), 0x0A); if (numInList(Q5XE) == 0x00) { if (0x00) { debugMessage("Nothing nearby to scavenge."); } return (0x00); } return (0x01); }