Difference between revisions of "Script Function: Q4K2"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4K2(<span style="color:#0000FF">obj</span> me, <span style="color:#0000FF">obj</span> pla...") |
(No difference)
|
Revision as of 03:45, 12 October 2018
function int Q4K2(obj me, obj player) { Q5Z2(player, Q4OG); if (teleport(player, Q4OG)) { sfx(getLocation(player), 0x01FE, 0x00); return (0x01); } return (0x00); }