maybe use text_draw for local vars (skills)?

This may work:
- define a local string (outside the while loop of the enemy)
- get the world coordinates of the position you want the text to be shown at
- translate the coordinates to screen coordinates using vec_to_screen
- inside the while loop, translate the skill to string using str_for_num function
- draw the sting using draw_text and the screen coordinates plus the string