Difference between revisions of "Script Function: Q4BR"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4BR(<span style="color:#0000FF">obj</span> this, <span style="color:#0000FF">string</span...") |
(No difference)
|
Revision as of 03:06, 12 October 2018
function int Q4BR(obj this, string Q698, obj speaker) { if (Q698 != "drop") { return (0x00); } if (0x00) { bark(this, "Got order to drop."); } list Q4E4; obj Q5ZX; getContents(Q4E4, this); Q4LJ(this); for(int Q53X = 0x00; Q53X < numInList(Q4E4); Q53X++) { Q5ZX = Q4E4[Q53X]; int Q68N = teleport(Q5ZX, getLocation(this)); } return (0x01); }