Script Function: Q49C

From Ultima Online: The Second Age
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 ();
 }