Flatlander
Species Developer
Hello all,
Someone came to me with a request, and with working on my customized version of TFS I don't really have time for these anymore.
Basically they want is a function to get the players in a combat area.
Example:
So we need a function that will only pull up players within an area, and put them all in a table.
Anyone up to the task?
(getSpectators would not work, because it would pull the players on the 0 tiles as well)
Someone came to me with a request, and with working on my customized version of TFS I don't really have time for these anymore.
Basically they want is a function to get the players in a combat area.
Example:
Code:
local area = {
{0, 1, 0},
{1, 2, 1},
{0, 1, 0},
}
So we need a function that will only pull up players within an area, and put them all in a table.
Anyone up to the task?
(getSpectators would not work, because it would pull the players on the 0 tiles as well)