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))
|
In response to Nadrew
|
|
I don't think you need the locate...
|
In response to SuperAshing
|
|
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
|
|
You Are Nadrew Was right like always :D
|
In response to Nadrew
|
|
Oh...well I learned something today =D
|
In response to Strange Kidd
|
|
Don't give him too much credit ;) everyone makes mistakes sometimes.
|
new/obj/whatever(rand(1,world.maxx),rand(1,world.maxy),rand( 1,world.maxz))
-Ashing
P.S. Correct me if I'm wrong.