here's what i have come up with - taken from both actions.. but i cannot get it to work cause i know it's missing something but i can't figure it out..
Code: Select all
TYPE 5
ARG Screen,screen
ARG X [Tiles],undefined
ARG Y [Tiles],undefined
ARG Text,undefined
PA_OutputSimpleText(!1!, !2!, !3!, "!4!");
ARG Color,AdvancedOption(White;WHITE;Red;RED;Green;GREEN;Blue;BLUE;Magenta (pink);MAGENTA;Cyan (light
blue);CYAN;Yellow;YELLOW;Light grey;LGRAY;Dark Grey;DGRAY;Black;BLACK)
PA_SetTextTileCol(!1!, TEXT_!2!);