Difference between revisions of "Script Function: Q4GJ"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4GJ(<span style="color:#0000FF">obj</span> victim, <span style="color:#0000FF">int</span...") |
(No difference)
|
Revision as of 10:01, 7 October 2018
function void Q4GJ(obj victim, int damage) { loc Q4VS = getLocation(Q67S); sfx(Q4VS, 0x28, 0x00); if (!Q50G(victim)) { return (); } doDamageType(Q67S, victim, damage, 0x02); int Q5VZ = 0x00 - 0x0A; int Q4NC = 0xB4; for(int s = 0x00; s < 0x03; s++) { int Q5NC = Q41Q(victim, s, Q5VZ, Q4NC); } return (); }