Difference between revisions of "Script: 5637"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">inherits</span> eat; <span style="color:#0000FF">trigger</span> creation { setObjVar|<span style="color:#FF0000;font-weight:bold">setO...") |
|||
Line 13: | Line 13: | ||
<span style="color:#0000FF">return</span> (0x01); | <span style="color:#0000FF">return</span> (0x01); | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <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> |
Revision as of 14:19, 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.