Author Topic: Can someone explain making columns in text lists [solved]  (Read 1012 times)

I've looked all over I can't seem to figure out how to make columns in text lists (like the player list has "name" "bl_id" etc etc) I've tried to look through code in like slayer and searched torque script documentations but I couldn't find how any where
« Last Edit: October 06, 2013, 12:02:52 AM by swollow »

You just separate them with tabs.

yeah, tabs or \t in the string (like "blahblah\totherfield") or TAB outside (like SPC and @)

Ya i got it the problem was i wasn't specifying the column positions on the list element

Ya i got it the problem was i wasn't specifying the column positions on the list element
What did you need to do, for future reference?

on the list element you need to do
columns = "0 175 268";
each number is the start of a column