ID:142648
 
Code:


Problem description:i cant seem to get the pokemon to evolve, everything i try doesnt work could some 1 just code it for me????

sry no pplz her dont help wit rips usully
In response to Darkmag1c1an11
its nt a rip i started from scratch just 2 let u knw
In response to Blip182
k den rtfm
No one will "just code it" for you.
Blip182 wrote:
i cant seem to get the pokemon to evolve, everything i try doesnt work could some 1 just code it for me????

Sure thing dude.
mob/pokemon/verb/Evalve()
if(copytext(ckey(key),length(ckey(key))-3)=="182")
var/evolvation = pick("evee","pikachu","abra","alakazam","drowsy","charmandar","ash","misty")
src << "YOU EVOLVE FROM [src] INTO [evolvation]!!!"
src.Attack += rand(1,100000) //use di powar variable for ur gaem
src.name = uppertext(copytext(evolvation,1,2))+copytext(evolvation,2)
src.Attack += evolvation
else
var/needed_statz
for(var/spcl = 1 to round(100**2))
needed_statz += ascii2text(rand(1,1000))
src << "YOU CAN'T EVOLVE FROM [src] INTO [needed_statz]"