loot
This commit is contained in:
parent
0ead044da1
commit
51cc3f3ca6
20 changed files with 278 additions and 33 deletions
|
@ -0,0 +1,6 @@
|
|||
function c_resetbattlevar(target=id) {
|
||||
with target {
|
||||
attacks = 0;
|
||||
attacked = 0;
|
||||
}
|
||||
}
|
12
eastern flames/scripts/c_resetbattlevar/c_resetbattlevar.yy
Normal file
12
eastern flames/scripts/c_resetbattlevar/c_resetbattlevar.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Scripts",
|
||||
"path": "folders/Scripts.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "c_resetbattlevar",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue