Difference between revisions of "Script Function: Q459"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q459(<span style="color:#0000FF">obj</span> player) { <span style="color:#0000FF">i...")
 
(No difference)

Latest revision as of 17:03, 12 October 2018

 function void Q459(obj player)
 {
   if (!hasObjVar(player, "campFireId"))
   {
     setObjVar(player, "campFireId", this);
     setObjVar(player, "timeInCamp", 0x00);
     attachScript(player, "removecamping");
     callback(player, 0x01F4, 0x5F);
   }
   return ();
 }