Search results

  1. B

    illarion's healing script v1.0 (ASH)

    wanna use both illarion's HP and MP restore scripts? add this: import <Illarion - Healing Script.ash>; import <Illarion - Mana Restore Script.ash>; string main() { string retVal; retval = MPmain(); retval = "MP: " + retval + " HP: " + HPmain(); return retval; } to a new script...
Top