ID:266573
 
Ok a World Proc wouldi look like this...


proc/Hello()
//do actions here

or

world/proc/Hello()
//do actions here
The first one... and when you call it, you don't specify "world.hello()", you would just write "hello". Also bear in mind that these procs don't have srcs, and referring to usr within them might get some strange results.