repeat

  1. bWolfie

    Using 'for()', can you repeat text in same line?

    I have a script command which fetches a character's name from the .@atcmd_parameters$[] and displays them in a message. How do I get them to display in one line? Currently I can only get them to display if I print it one line at a time (using message()) -    script    Print Names  ...
Back
Top