world/New() |
Problem description:
runtime error: Cannot execute null.begin1().
proc name: begin1 (/proc/begin1)
usr: null
src: null
call stack:
begin1()
: New()
Thats the runtime error, I'm pretty sure this means that it cannot execute null begin1 because begin1 is set up as proc/begin1 thus it would be null/proc/begin1 though I'm not sure of a way around it. Any help will be greatly appreciated.