Script Function: Q42K

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