dialogue added

This commit is contained in:
the me 2022-08-22 15:37:11 -07:00
parent cf0ac84133
commit 091aa9c58c
117 changed files with 1393 additions and 231 deletions

View file

@ -1,6 +1,19 @@
global.gotaya = false;
global.gottkn = false;
var forest123456 = function() {return new tiledata(u, u, [], [new statmod(st.def, 5, add)])}
var block1234567 = function() {return new tiledata(false, u, [])}
var recruit_tile = function() {return new tiledata(u, u, u, u, function() {})}
var recruit__aya = function() {return new tiledata(u, u, u, u, function(unitobject) {
if unitobject.alignment == ARMY.US {
switch unitobject.data.name {
case "Momiji":
textbox_create(txt_momijiyaya);
if !global.gotaya {
global.gotaya = true;
}
break;
}
}
})}
global.map = c_mapgen([
[block1234567(), block1234567(), block1234567(), new tiledata(), new tiledata(), new tiledata(), new tiledata(), new tiledata(), new tiledata(), new tiledata(), block1234567(), block1234567(), block1234567(), block1234567(), new tiledata(), new tiledata(), new tiledata(), new tiledata(), new tiledata(), new tiledata()],
[block1234567(), block1234567(), block1234567(), new tiledata(), new tiledata(), new tiledata(), new tiledata(), new tiledata(), forest123456(), new tiledata(), new tiledata(), block1234567(), block1234567(), block1234567(), new tiledata(), new tiledata(), new tiledata(), new tiledata(), new tiledata(), new tiledata()],