COPY_EXISTING ~tooltip.2da~ ~override~ COUNT_2DA_COLS cl COUNT_2DA_ROWS 1 rw PATCH_IF cl < 5 BEGIN SPRINT rx ~ ~ SPRINT ry ~-1~ SPRINT rz ~$ $ 4~ FOR (i = 0; i < (rw - 3); i += 1) BEGIN SPRINT rz ~%rz% ^ ~%rx%~ ^ ~%ry%~ END END BUT_ONLY ACTION_IF cl < 5 THEN BEGIN APPEND_COL ~tooltip.2da~ ~%rz%~ END APPEND ~tooltip.2da~ ~LDHAMM01 15527 15529 12124 12060~ UNLESS ~LDHAMM01~The code works just fine, adds the column and new row to tooltip.2da, but I don't see the fourth tooltip on the fourth header of ldhamm.itm. So is tooltip.2da hard-limited to 3 columns or what?
Edited by Miloch, 11 June 2008 - 12:03 AM.