area/air
area/plasma
This is my code.
What I need, is to figure out a way to make both of the area's "move". This can be done by simply making a Wander() proc...
New()
Wander()
proc/Wander()
set background = 1
step_rand(src)
sleep(200)
src.Wander()
However, I want the areas to not only move, I want them to create new area's of the same type, deleting *whatever* area's they come across.
Better saying, I want an room full of area/air, that will continously delete and recreate types of area/air.
This way, I could release plasma inside the room, and the plasma will slowly suck the air out of the room, only leaving plasma in the room.
My question,
How do I make it so that area/air and area/plasma moves, and recreates itsself so it is able to 'fill' an room with air, but not causing too much lag?
Current Errors/Warnings: