ID:151968
 
What's the difference between proc and world.proc? Aren't they pretty much the same? Wich one works more efficiently?
Procs shouldn't be defined on /world unless they specifically relate to what happens to the world. For example, if you were making something to autosave a ton of stuff in the world, that may be appropriate to go on /world, but you wouldn't define, say, a explode() proc on /world.
There's no actual difference whatsoever, really. There is no apparent benefit in defining a global proc on /world instead.
In response to Popisfizzy
Unless you where gonna explode the world 0.0
In response to Bakasensei
explode() is a proc to produce an array (list, in DM) from a string based on a delimiting character.