eastern-flames/eastern flames/scripts/c_resetbattlevar/c_resetbattlevar.gml

6 lines
89 B
Plaintext
Raw Normal View History

2022-08-16 01:01:09 +00:00
function c_resetbattlevar(target=id) {
with target {
attacks = 0;
attacked = 0;
}
}