|
1
|
if (scr_debugscr_debug
function scr_debug()
{
if (global.debug == 1)
return 1;
} () && sunkus_kb_check_pressed(122) && spriteID != -4)
|
|
2
|
{
|
|
3
|
otherfound = false;
|
|
4
|
scr_debug_printscr_debug_print
function scr_debug_print(arg0)
{
}
function print_message(arg0)
{
}
function debug_print(arg0)
{
}
function scr_debug_clear_all()
{
} ("searching for objects that use " + string(sprite_get_name(spriteID)) + ":");
|
|
5
|
with (all)
|
|
6
|
{
|
|
7
|
if (sprite_index == other.spriteID)
|
|
8
|
{
|
|
9
|
scr_debug_printscr_debug_print
function scr_debug_print(arg0)
{
}
function print_message(arg0)
{
}
function debug_print(arg0)
{
}
function scr_debug_clear_all()
{
} (object_get_name(object_index));
|
|
10
|
other.otherfound = true;
|
|
11
|
}
|
|
12
|
}
|
|
13
|
if (!other.otherfound)
|
|
14
|
scr_debug_printscr_debug_print
function scr_debug_print(arg0)
{
}
function print_message(arg0)
{
}
function debug_print(arg0)
{
}
function scr_debug_clear_all()
{
} ("didn't find anything...?");
|
|
15
|
}
|