Looking for a quick response. in Off Topic
|
|
Posted here: http://www.byond.com/developer/forum/?id=772705
Haven't been using DM for a while so i'm a bit unfamiliar.
If I have a world/proc. When I call that procedure multiple times, is it ran simultaneously? or does it stack and run sequentially?
If it does run simultaneously is there any way to make it run sequentially? The system i'm working on has to do with accessing items quickly but if the same item gets accessed by two separate mobs bugs are bound to occur.
|
To make it run sequentially you'd have to write/use some sort of event handler.