more like turn-cringe rpg
This commit is contained in:
parent
26eabf966d
commit
dcd717febe
4 changed files with 22 additions and 1 deletions
6
eastern flames/scripts/c_dewait/c_dewait.gml
Normal file
6
eastern flames/scripts/c_dewait/c_dewait.gml
Normal file
|
@ -0,0 +1,6 @@
|
|||
function c_dewait(alignment) {
|
||||
var i;
|
||||
for (i=0; i<array_length(global.units[alignment]); i++) {
|
||||
global.units[alignment][i].waiting = false;
|
||||
}
|
||||
}
|
12
eastern flames/scripts/c_dewait/c_dewait.yy
Normal file
12
eastern flames/scripts/c_dewait/c_dewait.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Scripts",
|
||||
"path": "folders/Scripts.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "c_dewait",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue