1. I want to remove an object:
Code:
c.getPA().checkObjectSpawn(-1, obX, obY, 0, 10);
2. Wait a little bit...
Code:
???
3. Then add the object back:
Code:
c.getPA().object(objectType, obX, obY, 0, 10)
How would I go about doing number 2?