Script Function: Q4BL

From Ultima Online: The Second Age
Revision as of 15:26, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4BL(<span style="color:#0000FF">obj</span> user, <span style="color:#0000FF">string</span...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q4BL(obj user, string Q5H3, int Q480)
 {
   if (Q480)
   {
     string Q5CR;
     Q5CR = Q5H3;
     concat(Q5CR, " has been temporarily disabled.");
     systemMessage(user, Q5CR);
     return (0x01);
   }
   return (0x00);
 }