ID:151968
![]() Jul 30 2008, 6:38 am (Edited on Jul 30 2008, 6:43 am)
|
|
What's the difference between proc and world.proc? Aren't they pretty much the same? Wich one works more efficiently?
|
![]() Jul 30 2008, 6:49 am
|
|
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.
|