ID:266589
 
Ok How would i do this i know how to make a new obj
Okay, not sure exactly what you want, but it would be something like:

new/obj/whatever(rand(1,world.maxx),rand(1,world.maxy),rand( 1,world.maxz))

-Ashing

P.S. Correct me if I'm wrong.
new/obj/someobj(locate(rand(1,world.maxx),rand(1,world.maxy),rand(1,world.maxz))
In response to Nadrew (#2)
I don't think you need the locate...
In response to SuperAshing (#3)
Yes you do or it won't appear on the map, it will appear in null (0,0,0) because you didn't locate it to the map.
In response to SuperAshing (#1)
You Are Nadrew Was right like always :D
In response to Nadrew (#4)
Oh...well I learned something today =D
In response to Strange Kidd (#5)
Don't give him too much credit ;) everyone makes mistakes sometimes.