Difference between revisions of "Script Function: Q500"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q500(<span style="color:#0000FF">obj</span> speaker) { <span style="color:#0000FF">i...") |
(No difference)
|
Revision as of 03:32, 12 October 2018
function int Q500(obj speaker) { if (Q4YU) { return (isChaosGuard(speaker)); } return (isOrderGuard(speaker)); }