gmc-jam-3/objects/obj_advance/Create_0.gml

12 lines
186 B
Plaintext
Raw Normal View History

var __b__;
__b__ = action_if_sound(snd_EisiolsTheme);
if !__b__
{
action_sound(snd_EisiolsTheme, 1);
}
blah = 0;
delayer = 0;
global.difficulty = 2;
menupos = 0;
tickers = 0;