Script Function: Q49C

From Ultima Online: The Second Age
Revision as of 04:11, 10 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q49C() { <span style="color:#0000FF">int</span> Q62A = getObjType|<span style="co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q49C()
 {
   int Q62A = getObjType(this);
   switch (Q62A)
   {
   case 0x0A0F
   case 0x0A28
   case 0x0A12
     deleteObject(this);
   case 0x0A15
     setObjVar(this, "burning", 0x00);
     setType(this, 0x0A18);
     break;
   case 0x0A1A
     setObjVar(this, "burning", 0x00);
     setType(this, 0x0A1D);
     break;
   case 0x0A22
     setObjVar(this, "burning", 0x00);
     setType(this, 0x0A25);
     break;
   }
   return ();
 }