Difference between revisions of "Script: Rtest"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">trigger</span> use { <span style="color:#FF0000;font-weight:bold">initArrayFromFile</span>(0x029A, 0x00, 0x00, <span sty...") |
(No difference)
|
Latest revision as of 14:37, 5 October 2018
trigger use { initArrayFromFile(0x029A, 0x00, 0x00, "womarray.txt"); for(int i = 0x00; i < getArrayHeight(0x029A); i++) { debugMessage(":" + getArrayIntElem(0x029A, 0x00, i) + "," + getArrayIntElem(0x029A, 0x01, i) + "," + getArrayStrElem(0x029A, 0x02, i) + ":"); } return (0x00); }