Reordering a bit.

This commit is contained in:
TheGreenTie
2020-03-01 18:30:44 -06:00
parent eccd3eccec
commit d9f123b438
9263 changed files with 1393 additions and 62623 deletions

View File

@@ -0,0 +1,9 @@
/// @description form_get_string(Pokémon, form)
var pkmn = argument0;
var form = form_get_exceptions(argument1);
if (form != "")
return string_insert("-"+form, pkmn, string_length(pkmn)+1);
else
return pkmn;

View File

@@ -0,0 +1,8 @@
{
"id": "c95da417-da21-4287-b38d-25228921d83e",
"modelName": "GMScript",
"mvc": "1.0",
"name": "form_get_string",
"IsCompatibility": false,
"IsDnD": false
}