im pretty new to this, i did gs1 for 2 years, but i never figured out how to increase damage, not even in gs1. after the gs2 release i deleted all my scripts i couldnt convert, and im stuck with like staff boots and summon, a couple of diferent block scripts, and a faulty gun. im trying to increase damage in my Battle System. you may know from the other thread , i need to make that hit a 2, please help if you could that would be great. script is here for poeple who havent read other thread or thread was lost in the distant past of page 3.
PHP Code:
function onCreated() {
this.damage = 2;
}
//#CLIENTSIDE
function onCreated(){
replaceani("sword", "punch_attack");
replaceani("idle", "punch_idle");
replaceani("walk", "punch_walk");
do thedamage(this.damage)
}