Search found 43 matches

by Drevarr
Wed Oct 02, 2013 1:17 am
Forum: Help Forum
Topic: miniConsole text positioning
Replies: 3
Views: 2618

miniConsole text positioning

Can you position the text sent to a miniconsole? I currently capture an overland map to a miniconsole but would like to center the text within the console based on the map size. The length of the lines and number of lines varies based on terrain, time of day and specific active/innate skills. If pos...
by Drevarr
Tue Aug 06, 2013 11:25 pm
Forum: Help Forum
Topic: Finding lowest health group member
Replies: 2
Views: 2205

Re: Finding lowest health group member

Thanks for the review. It shouldn't exceed more than 20 members and 1 check every combat pulse for any given engagement.

Drevarr
by Drevarr
Tue Aug 06, 2013 12:34 am
Forum: Help Forum
Topic: Finding lowest health group member
Replies: 2
Views: 2205

Finding lowest health group member

I'm attempting to find the group member with the lowest health for establishing a heal target. The following code is working, just wondering if there is a more efficient or alternative method for doing this activity. function table.min( myTable) local minValue for name, value in ipairs( myTable) do ...