#Not Important
All hail the wishmaker
- 910
- Posts
- 5
- Years
- He/Him
- Hoenn
- Seen Jul 22, 2023
Spirit Powers, a mechanic for my game
How I activate the dynamax switch is that I am a little new to scripts
Essential shows that there's a syntax error here, can anyone pls check?
################################################################################
# Inflicts damage equal to the user's level. (Night Shade, Seismic Toss)
################################################################################
class PokeBattle_Move_06D < PokeBattle_Move
def pbEffect(attacker,opponent,hitnum=0,alltargets=nil,showanimation=true)
return pbEffectFixedDamage(attacker.level,attacker,opponent,hitnum,alltargets,showanimation)
end
end
P.S.I'm kinda new to working with scripts
May I ask what does this have to do with Dynamax?
hi there i keep getting this error in your scriptssee if you all can see it if not then discord will be the only place that i can post error pictures![]()
hi there i keep getting this error in your scriptssee if you all can see it if not then discord will be the only place that i can post error pictures![]()
then here is the error i keep getting
Hey, I've got a question regarding the adding of new gmax forms, its only coming in giratina and arceus's forms, their form just doesn't change. Can somebody check my scripts, I have checked them numerous times and found nothing unusual
....