Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_elnina_lanino_rematch_controller_Create_0

(view raw script w/o annotations or w/e)
1
rtimer = 0;
2
attacked = 0;
3
turns = 0;
4
rr = 0;
5
mytarget = 0;
6
abletotarget = 0;
7
elnina_attack = 0;
8
lanino_attack = 0;
9
calculated_forecast = false;
10
forecasts = [];
11
forecast_alpha = 0;
12
forecast_turn = 0;
13
use_celsius = string_lower(os_get_region()) != "us";
14
attack_chosen = choose("rain", "snow", "sun", "moon");
15
attack_prev = attack_chosen;
16
sunboost = 0;
17
digit_alpha = 0;
18
digit_flash_timer = 0;
19
digit_flash_duration = 10;
20
ilovetv = 0;
21
ilovetv_increase = 0;
22
ilovetv_increased = false;
23
ilovetv_pitch = 1;
24
lastchosen = "";
25
umbrella = 0;
26
sunglasses = 0;
27
intro = 0;
28
introtimer = 0;
29
ralseishocked = false;
30
global.choice = -1;
31
talked = 0;
32
talktimer = 0;
33
balloonorder = 0;
34
ballooncon = 0;
35
balloonend = 1;
36
talkedcon = 0;
37
ralseitalks = 0;
38
susietalks = 0;
39
afterbulletcon = 0;
40
extratimer = 0;
41
extimer = 0;
42
excon = 0;
43
endcon = 0;
44
endtimer = 0;
45
battleresult = 0;
46
nut = "";
47
phase = 1;
48
ballvar = 0;