ID:179053
 
mob/proc/HBoot(Why as text, M/mob as mob in world)
world << "[M] was booted for ''[Why].''"
del(M)

that is my boot code, and it brings up errors saying that M is undefined
ugg i got it. now i feal like a moron lol
dbz73 wrote:
mob/proc/HBoot(Why as text, M/mob as mob in world)
world << "[M] was booted for ''[Why].''"
del(M)

that is my boot code, and it brings up errors saying that M is undefined

Lol, M is not an atom, mob is; your saying mob is representing M which it should be mob/M
In response to Super16
Er, did you read the other post? He said he figured it out.