is there anyway i can get the delay time from this task called as:
Code:
TaskQueue.queue(new SpecialZoneTask(50));
the 50 being the delay. this is called during startup. specialzonetask extends Task.. there is no
Code:
getDelay()
or
Code:
public int delay
in the Task class.

because i want to use as
Code:
if((SpecialZoneTimer / 2) <= getDelay()) {......do something