Difference between revisions of "Script Function: Q4BL"

From Ultima Online: The Second Age
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 15:26, 12 October 2018

 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);
 }