ID:177752
 
[edit]
    proc
summon()
switch(input("What is your wish")in list("PLx2","Zenni+5000","Temp GM"))
if("PLx2")
usr.MaxPL*=2
usr.db=0
usr.verbs-=new/mob/proc/summon()
for(var/obj/dball1/A in src)
A.loc=locate(x,y,z)
for(var/obj/dball2/B in src)
B.loc=locate(x,y,z)
for(var/obj/dball3/C in src)
C.loc=locate(x,y,z)
for(var/obj/dball4/D in src)
D.loc=locate(x,y,z)
for(var/obj/dball5/E in src)
E.loc=locate(x,y,z)
for(var/obj/dball6/F in src)
F.loc=locate(x,y,z)
for(var/obj/dball7/G in src)
G.loc=locate(x,y,z)

I'm not to good at dm.What is wrong ith this.When i collect all dragonballs it doestn give this to me as a verb.
ok, dont make it a proc, make it a verb under dragon or something like this
mob
dragon
verb
summon()
then when they get it, do
usr += new/verb/dragon/summon or however you give someone a verb (i forgot, so i don't think i did it right, i just went off of giving someone an object.)
In response to Lucas Gates
I got it fixed.I just dont know hot to randomize x,y,z.
In response to SuperSaiyansElite
locate(world.maxx, world.maxy, world.maxz)
In response to Skysaw
well that locates them at the max x in the world and max y and max z
In response to SuperSaiyansElite
SuperSaiyansElite wrote:
well that locates them at the max x in the world and max y and max z

Sorry, hit enter before I intended:

locate(rand(1, world.maxx), rand(1, world.maxy), rand(1, world.maxz))
In response to Skysaw
Thanks ill try that

SuperSaiyansElite(can i change my name?)
In response to SuperSaiyansElite
make a new key. im the god of new keys. i have over, well, you all know :)
In response to Lucas Gates
is there a way to make the dball9in the z) not goto z level 2?
In response to SuperSaiyansElite
take that part of the code out.
In response to Lucas Gates
well i have like 9 zlevels and i ant it to be able to relocate to them..

[edit]
Let me explain.My kingkais area is on level 2.My snakeway is on level 3.Is there a way to prevent them from going there.If not i can do.*snickers*have to die to get dragonball,lose all when die..
In response to SuperSaiyansElite
SuperSaiyansElite wrote:
well i have like 9 zlevels and i ant it to be able to relocate to them..

[edit]
Let me explain.My kingkais area is on level 2.My snakeway is on level 3.Is there a way to prevent them from going there.If not i can do.*snickers*have to die to get dragonball,lose all when die..


locate(rand(1, world.maxx), rand(1, world.maxy), pick(1, 4, 5, 6, 7, 8, 9))
In response to Skysaw
oooh... so thats how I use pick...

LucasGates
CaptainMurphy
ThomasBiskup

I forget the rest of that one guy's keys...
In response to Ter13
Ter13 wrote:
oooh... so thats how I use pick...

LucasGates
CaptainMurphy
ThomasBiskup

I forget the rest of that one guy's keys...

Yeah. At this rate we'll need a BYOND census bureau just to keep track. :)

Lummox JR
In response to Lummox JR
you mean those annoying people that come to your door and eat your pets?

Oh, no... wait... those are the catholics... no wait... yeah, I'm stumped.