Deltarune (Chapter 3) script viewer
← back to main script listing
gml_Object_obj_pippins_enemy_CleanUp_0
(view raw script w/o annotations or w/e)
|
1
|
if (bet == true)
|
|
2
|
{
|
|
3
|
with (obj_pippins_enemy)
|
|
4
|
diedwithbet = true;
|
|
5
|
}
|
|
6
|
if (cheat == true)
|
|
7
|
{
|
|
8
|
with (obj_pippins_enemy)
|
|
9
|
diedwithcheat = true;
|
|
10
|
}
|