Difference between revisions of "Script: 5637"

From Ultima Online: The Second Age
Jump to: navigation, search
 
Line 14: Line 14:
 
  }
 
  }
  
 
+
  <span style="color:#008000">// This file is missing in the DEMO but we can tell with 100% accuracy that is would have looked like this by the information on the same type of items around it.</span>
 
 
 
 
  <span style="color:#0000FF">// This file is missing in the DEMO but we can tell with 100% accuracy that is would have looked like this by the information on the same type of items around it.</span>
 

Latest revision as of 15:20, 6 October 2018

inherits eat;
trigger creation
{
  setObjVar(this, "I_am_food", 0x01);
  setObjVar(this, "satiety", 0x03);
  return (0x01);
}
trigger use
{
  Q4NG(user, 0x1605);
  return (0x01);
}
// This file is missing in the DEMO but we can tell with 100% accuracy that is would have looked like this by the information on the same type of items around it.