ID:266589
![]() Apr 14 2002, 3:35 pm
|
|
Ok How would i do this i know how to make a new obj
|
new/obj/someobj(locate(rand(1,world.maxx),rand(1,world.maxy),rand(1,world.maxz))
|
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.
|
new/obj/whatever(rand(1,world.maxx),rand(1,world.maxy),rand( 1,world.maxz))
-Ashing
P.S. Correct me if I'm wrong.