Ejemplo n.º 1
0
 public void SpecialPress()
 {
     combat.HideBattleMenu();
     combat.ShowAbilitiesMenu();
     //combat.selectTargetLocation (1,1,3);
     // WHen you hit the Special Button
     //print ("Special");
     combat.PlayerSpecial();
 }