Difference between revisions of "Script Function: Q42K"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q42K(<span style="color:#0000FF">obj</span> it) { <span style="color:#0000FF">if</sp...") |
(No difference)
|
Latest revision as of 15:03, 12 October 2018
function int Q42K(obj it) { if (!getGMCallStatus()) { systemMessageHued(this, 0x35, "We are sorry, but currently a GM is unavailable to answer your call. Our in-game support hours are 2:00pm-12:00am CST, although we are monitoring the servers for problems during these off peak times. Please try again during these times."); Q4NS(this, 0x00); return (0x00); } return (0x01); }