Difference between revisions of "Script Function: Q4BP"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4BP(<span style="color:#0000FF">obj</span> this, <span style="color:#0000FF">string</span...") |
(No difference)
|
Latest revision as of 03:06, 12 October 2018
function int Q4BP(obj this, string Q698, obj speaker) { if (Q698 != "come") { return (0x00); } if (0x00) { bark(this, "Got order to come."); } if ((Q4BD(this, speaker)) && (Q4KK(this, 0x00))) { walkTo(this, getLocation(speaker), 0x0A); } return (0x01); }