Difference between revisions of "Script Function: Q4CN"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4CN(<span style="color:#0000FF">obj</span> user, <span style="color:#0000FF">obj</span> u...") |
(No difference)
|
Latest revision as of 16:09, 10 October 2018
function int Q4CN(obj user, obj usedon, int Q52T) { if (isDead(usedon)) { return (0x00); } if (Q5ZJ(usedon, 0x1A, Q42Q(Q52T), 0x28) > 0x00) { systemMessage(usedon, "You feel yourself resisting magical energy!"); return (0x01); } return (0x00); }