Script Function: Q506

From Ultima Online: The Second Age
Revision as of 04:54, 12 October 2018 by Grimoric (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 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);
 }