Monk Combat System Help

So, I got this script system for Achaea, but I think the only thing wrong with it is the "Combo Unlease" which doesn't take into account the combo ability. I tried changing it to 

send("combo "..target..customkick..custompunch1..custompunch2)

and that didn't work, so er.... Any help? I'd attach the script, but it says it doesn't allow xml and I don't know what else to use x.x


Comments

  • You'll have to add spaces in between each argument otherwise you're just sending "combo aegothjpkucpucp" and that's not a valid command
  • AustereAustere Tennessee
    Izydor said:


    send("combo "..target.." "..customkick.." "..custompunch1.." "..custompunch2)




  • Ohhh, okay. Thanks!
Sign In or Register to comment.