Difference between revisions of "Script Function: Q41C"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q41C(<span style="color:#0000FF">obj</span> Q5U8, <span style="color:#0000FF">obj</span>...") |
(No difference)
|
Latest revision as of 09:55, 10 October 2018
function void Q41C(obj Q5U8, obj target, int Q5NM) { if (Q5NM) { scriptTrig(Q5U8, 0x01, target); } else { scriptTrig(target, 0x01, Q5U8); } return (); }