| 1 |
cur_jewel = 0; |
| 2 |
active = 0; |
| 3 |
alarm[0] = 1; |
| 4 |
skippable = 1; |
| 5 |
free = 0; |
| 6 |
zurasu = 1; |
| 7 |
zurasucon = 0; |
| 8 |
stay = 0; |
| 9 |
xxx = camerax(); |
| 10 |
yyy = cameray(); |
| 11 |
writer = 432432; |
| 12 |
side = 1; |
| 13 |
remfacex = 0; |
| 14 |
remfacey = 0; |
| 15 |
remwriterx = 0; |
| 16 |
remwritery = 0; |
| 17 |
myface = -4; |
| 18 |
jpspecial = 0; |
| 19 |
if (instance_exists(obj_mainchara)) |
| 20 |
{ |
| 21 |
if (global.darkzone == 0) |
| 22 |
{ |
| 23 |
if (obj_mainchara.y > (yyy + 130)) |
| 24 |
side = 0; |
| 25 |
} |
| 26 |
if (global.darkzone == 1) |
| 27 |
{ |
| 28 |
if (obj_mainchara.y > (yyy + 250)) |
| 29 |
side = 0; |
| 30 |
} |
| 31 |
} |
| 32 |
f = 1; |
| 33 |
if (global.darkzone == 1) |
| 34 |
f = 2; |
| 35 |
drawdebug = 0; |
| 36 |
drawdebugdialoguer = 0; |
| 37 |
drawbox = true; |
| 38 |
boxheight = 3; |
| 39 |
boxwidth = -1; |
| 40 |
xoff = 0; |
| 41 |
yoff = 0; |