Postby IrateGiant » Thu Oct 20, 2011 7:58 pm
Hi guys! I'm trying to add a attack sequence to a character. I edit the file "...Combos.py" in [Scripts\Combos] folder.
#########################
# GRUPOS DE GOLPES SELECTIVOS #
#########################
#GM1 group
chk.AddAttack("G01","chk_g_01")
chk.AttackTypeFlag("GM1",ATK_UNIQUE)
chk.AddLevels("chk_g_01",0,0)
#################
# GOLPES SELECTIVOS #
#################
#GM1
chk.AllowAttack("G01","A+F","","GM,GM","","1H")
chk.AllowAttack("G01","&A+F","","GM,GM","","1H")
But I dont see any change [xx(]
What files I need to modify to see this changes in game?
Greetings!