ID:271016
Dec 11 2006, 9:35 pm
|
|
How do you disable BYOND macros for a game by using DM? I tried several different techniques but no good.
|
Copyright © 2024 BYOND Software.
All rights reserved.
Instead of blocking such macros, you should put delays on actions. Things like moving, mining, climbing and finding should require delays!
I recommend that you use ActionLock as it provides a neat little way of doing this. And it doesn't require you to define one hundred variables.