Difference between revisions of "Script Function: Q4K3"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4K3(<span style="color:#0000FF">obj</span> gate, <span style="color:#0000FF">obj</span> Q...") |
(No difference)
|
Revision as of 03:34, 12 October 2018
function int Q4K3(obj gate, obj Q68S) { if (!Q4ZP(gate, Q68S)) { return (0x01); } Q48E(Q68S); int Q527; if (Q4C6(gate, Q68S)) { Q4K1(gate, Q68S); Q527 = teleport(Q68S, getLocation(gate)); return (0x00); } else { Q527 = Q4K2(gate, Q68S); } return (0x00); }