ID:177504
 
How do I get things to transform at a certain powerlevel? (i.e. Goku going SSJ)
Gotrex wrote:
How do I get things to transform at a certain powerlevel? (i.e. Goku going SSJ)

http://www.byond.com/hub/Sariat/Sekretc0dez4free/dbz/ powerlvl/tranz/ssjc0dez4u

You gotta type it out, though, or else it won't work....
In response to Sariat
Sariat wrote:
Gotrex wrote:
How do I get things to transform at a certain powerlevel? (i.e. Goku going SSJ)

http://www.byond.com/hub/Sariat/Sekretc0dez4free/dbz/ powerlvl/tranz/ssjc0dez4u

You gotta type it out, though, or else it won't work....

Hey Sariat, I've tried it, and with me, it doesn't work. Youv'e been posting these a lot, and since the first one, I didn't belive it, but I tried it anyway, unless, of course, I'm doing something wrong.

DiZzyBonne
In response to DiZzyBonne
Your name doesn't have anything to do with DBZ, thus, it doesn't work.
In response to Garthor
Huh? Who?
As much as people would like to believe that it is, I don't think that's physically possible.
In response to Sariat
I cant get link to work
In response to Gotrex
Same here. As I said before, I think it's just fake. Or if it's real, you cant access it because your name is not Sariat.

DiZzyBonne
In response to DiZzyBonne
Maybe you can't take a hint?
In response to Gotrex
Hrm, keep on trying, it works for me.
In response to Sariat
Maybe it's fake, or it only works for Sariat because it's his hub.

DiZzyBonne
In response to Sariat
As important as I think it is to get out the message "Please don't make another DBZ game", I don't see any value in tormenting the newbies. Maybe I'm just jumping to a conclusion here, but the link looks like just that, given the fact that it doesn't work. That's not the first such link you've posted, either.

So is there some compelling reason I should leave up this sub-thread, or tolerate others in the future? So far I'm not seeing it. We may not think highly of the fact that so many of these kids come to build DBZ games, but we can at least be courteous to them.

Lummox JR
In response to Lummox JR
How do you know it's not a "hint" on where to find the actual code?
mob/verb/Super_Saiyan()
if(usr.pl >= 100000)
//ssj stuff
else
usr <<"Your too weak!"

mob/verb/Super_Saiyan_lvl2()
if(usr.pl >= 200000)
//ssj2 stuff
else
usr <<"Your too weak!"

mob/verb/Super_Saiyan_lvl3()
if(usr.pl >= 500000)
//ssj3 stuff
else
usr <<"Your too weak!"

mob/verb/Super_Saiyan_lvl4()
if(usr.pl >= 5000000)
//ssj4 stuff
else
usr <<"Your too weak!"

- Siient
In response to Sariat
Sariat wrote:
How do you know it's not a "hint" on where to find the actual code?

I don't; but then again, neither would they.
But who said the burden of proof was on me, here?

Lummox JR
In response to Lummox JR
Lummox JR wrote:
Sariat wrote:
How do you know it's not a "hint" on where to find the actual code?

I don't; but then again, neither would they.
But who said the burden of proof was on me, here?

Lummox JR

I did. Who said the burden of proof was on ME?
In response to Sariat
Sariat wrote:
I did. Who said the burden of proof was on ME?

That was me:

So is there some compelling reason I should leave up this sub-thread, or tolerate others in the future?

And I get to put that burden of proof on you by dint of trying to determine a moderator policy for it. If all you're doing is tweaking newbies, then I think it's gonna have to stop.

Lummox JR
In response to Lummox JR
Hrm, what exactly is "tweaking"?
In response to DiZzyBonne
Dont worry about it. The link is a fake.
You know Sariat, for someone who hates newbies/DBZers for being stupid and immature, you sure are immature.

-DogMan
In response to Dog Man
But that's only 1.

1+0 does not equal 2. 1+1 does, though.
Page: 1 2