ID:178148
 
world/spawn(520) objrand()

proc/objrand()
//new rand obj code here

this dun work..how would i make that proc spawn every min?



loading .dme
.dm:1:error: bad argument definition

.dmb - 4 errors, 0 warnings (double-click on an error to jump to it)

anyone?
In response to ShadowSiientx
I was just about to get to your post and answer it when you bumped it. Bumping a post is frowned on in these forums.
In response to Shadowdarke
everyone says that... EVERYONE.. because half byond HATES ME.,
In response to ShadowSiientx
ShadowSiientx wrote:
everyone says that... EVERYONE.. because half byond HATES ME.,

No, they say it because you keep bumping your posts. Quit bumping your posts. I won't answer your question until tomorrow.

Lummox JR
In response to Lummox JR
Whatever.. I have had 3 people tell me "I was about to post when u bumped it!"
In response to ShadowSiientx
Look at the times of the posts I've made in the Newbie Central forum this morning and you will see that, yes, I was just about to get to your post.
There is no such thing as world/spawn()
In your proc you would want to loop it in time and so


proc/randobj()
//blah blah
spawn(520) randobj

then

world/New()
randobj()