Difference between revisions of "Script: Multidone"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">trigger</span> creation { <span style="color:#0000FF">list</span> Q5AG; <span style="color:#0000FF">obj</span> Q54W; <span style="color:...") |
(No difference)
|
Revision as of 19:34, 5 October 2018
trigger creation { list Q5AG; obj Q54W; obj Q4H5; Q54W = getMultiSlaveId(this); if (Q54W != NULL()) { if (hasObjVar(Q54W, "mydeed")) { Q4H5 = getobjvar_obj(Q54W, "mydeed"); appendToList(Q5AG, Q54W); message(Q4H5, "multidone", Q5AG); } } detachScript(this, "multidone"); return (0x01); }