How can I know the time of the protect for Scarecrow Garden?
I do like this. I understand that plantTime doesn't suit.
I do like this. I understand that plantTime doesn't suit.
Code:
foreach (var doodadObject in getDoodads())
{
if ((me.dist(doodadObject) < 10) && (doodadObject.id == 973))
{
Log("Phase:"+doodadObject.phaseId+"\t id:"+doodadObject.id+"\t objId:"+doodadObject.objId+"\t name:"+doodadObject.name);
Log(Convert.ToString(doodadObject.plantTime));
}
}






