Skip to content

Commit 0141eb9

Browse files
committed
Update names
1 parent b40829e commit 0141eb9

File tree

559 files changed

+1538
-1538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

559 files changed

+1538
-1538
lines changed

README.md

+139-139

scripts/[clientscript,1v1arena_clear_opbutton].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 2711
22
[clientscript,1v1arena_clear_opbutton](component $component0, int $comsubid1, int $comsubid2)
33
if (.cc_find($component0, $comsubid1) = ^true & cc_find($component0, $comsubid2) = ^true) {
4-
sound_synth(synth_2266, 1, 0);
4+
sound_synth(interface_select1, 1, 0);
55
cc_setcolour(^red);
66
if_setonmouserepeat(null, $component0);
77
if_setonmouseleave(null, $component0);

scripts/[clientscript,1v1arena_hud_button].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if ($opindex0 ! 1) {
44
return;
55
}
6-
sound_synth(synth_2266, 1, 0);
6+
sound_synth(interface_select1, 1, 0);
77
if (cc_find($component1, $comsubid2) = ^true) {
88
cc_setcolour(^red);
99
if_setonmouserepeat(null, $component1);
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// 2716
22
[clientscript,1v1arena_hud_toggle](boolean $boolean0, component $component1, component $component2, component $component3)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
~1v1arena_hud_toggle($boolean0, $component1, $component2, $component3);
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 3011
22
[clientscript,adventurepath_back_to_paths](component $component0, component $component1, component $component2, component $component3, component $component4)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
cc_deleteall($component2);
55
~adventurepath_change_page($component1, $component0, $component3, $component4, 0);
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// 3003
22
[clientscript,adventurepath_open_url](string $url0)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
~openurl_raw($url0, true, false);

scripts/[clientscript,adventurepath_say_item].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 3006
22
[clientscript,adventurepath_say_item](obj $obj0, int $int1, boolean $boolean2)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
if ($obj0 = bank_filler_20594) {
55
mes("There are no rewards of this type.");
66
} else if ($boolean2 = true) {
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 2955
22
[clientscript,adventurepath_set_info](int $int0, component $component1, component $component2, component $component3, component $component4, struct $struct5, component $component6, component $component7, component $component8, component $component9, component $component10, component $component11, component $component12, int $int13, component $component14, component $component15, component $component16, int $int17, component $component18, component $component19, component $component20, component $component21, component $component22, component $component23, component $component24, component $component25, component $component26, component $component27)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
%var2358 = $int0;
55
~adventurepath_task_init($component9, $int13, $component14, $component8, $component10, $component15, $component16, $component1, $component2, $component3, $component4, $component6, $component7, $component11, $component12, $component18, $component19, $component20, $component21, $component22, $component23, $component24, $component25, $component26, $component27);
66
~adventurepath_set_info($int0, $component1, $component2, $component3, $component4, $struct5, $component6, $component7, $component8, $component9, $component10, $component11, $component12, $component18, $component19, $component20, $component21, $component22, $component23, $component24, $component25, $component26, $component27);
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// 3012
22
[clientscript,adventurepath_show_more_info](component $component0, component $component1, component $component2, component $component3)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
~adventurepath_change_page($component2, $component1, $component3, $component0, 2);
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 3039
22
[clientscript,adventurepath_side_settings_back_op](component $component0, component $component1)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
%varbit9327 = 0;
55
if_sethide(true, $component1);
66
if_sethide(false, $component0);
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 3024
22
[clientscript,adventurepath_side_settings_button_op](component $component0, component $component1)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
%varbit9327 = 1;
55
if_sethide(true, $component0);
66
if_sethide(false, $component1);

scripts/[clientscript,adventurepath_task_init].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 2949
22
[clientscript,adventurepath_task_init](component $component0, int $int1, component $component2, component $component3, component $component4, component $component5, component $component6, component $component7, component $component8, component $component9, component $component10, component $component11, component $component12, component $component13, component $component14, int $opindex15, component $component16, component $component17, component $component18, component $component19, component $component20, component $component21, component $component22, component $component23, component $component24, component $component25)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
if ($opindex15 ! 1) {
55
return;
66
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// 2842
22
[clientscript,adventurepath_voucher_item_op](obj $obj0, int $int1)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
mes("<tostring($int1)>x <oc_name($obj0)>");
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// 1603
22
[clientscript,adventurepath_voucher_op_init](int $int0, string $text0)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
~adventurepath_voucher_init($int0, $text0);
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// 2032
22
[clientscript,agilityarena_rewards_hidelayer](boolean $boolean0, component $component1)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
if_sethide($boolean0, $component1);
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 2040
22
[clientscript,aide_map_tutors](boolean $boolean0, component $component1, int $comsubid2, component $component3)
33
if (cc_find($component1, $comsubid2) = ^true) {
4-
sound_synth(synth_2266, 1, 0);
4+
sound_synth(interface_select1, 1, 0);
55
~aide_map_tutors($boolean0, $component3, $component1);
66
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// 4200
2+
[clientscript,audio_category_select](int $int0)
3+
~audio_category_select($int0);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// 4204
2+
[clientscript,audio_loop_click]

scripts/[clientscript,script4203].cs2 scripts/[clientscript,audio_synth_play].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 4203
2-
[clientscript,script4203](enum $enum0, int $int1, string $string0, enum $enum2)
2+
[clientscript,audio_synth_play](enum $enum0, int $int1, string $string0, enum $enum2)
33
$int1 = calc($int1 - 2);
44
def_synth $synth3 = null;
55
if ($enum0 = null) {

scripts/[clientscript,audio_tool].cs2

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// 4196
2+
[clientscript,audio_tool](int $int0)
3+
if ($int0 = 0) {
4+
~audio_draw_menu;
5+
} else {
6+
~audio_category_select($int0);
7+
}

scripts/[clientscript,bankmain_depositall].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ if ($opindex3 ! 1) {
44
return;
55
}
66
if_setgraphic($graphic1, $component0);
7-
sound_synth(synth_2266, 1, 0);
7+
sound_synth(interface_select1, 1, 0);
88
if_setontimer("bankmain_depositall_end(event_com, $graphic2, calc(clientclock + 20))", $component0);

scripts/[clientscript,bankmain_incinerator_close].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
if ($int0 ! 1) {
44
return;
55
}
6-
sound_synth(synth_2266, 1, 0);
6+
sound_synth(interface_select1, 1, 0);
77
cc_deleteall($component1);
88
if_sethide(true, $component1);

scripts/[clientscript,bankmain_itemnote_op].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ if ($opindex0 ! 1) {
55
}
66
if (%varbit3958 ! $int3) {
77
%varbit3958 = $int3;
8-
sound_synth(synth_2266, 1, 0);
8+
sound_synth(interface_select1, 1, 0);
99
}
1010
~bankmain_itemnote($component1, $component2);

scripts/[clientscript,bankmain_quantity_op].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if ($opindex0 ! 1) {
44
return;
55
}
66
if (%varbit6590 ! $int6) {
7-
sound_synth(synth_2266, 1, 0);
7+
sound_synth(interface_select1, 1, 0);
88
}
99
%varbit6590 = $int6;
1010
~bankmain_quantity_buttons($component1, $component2, $component3, $component4, $component5);

scripts/[clientscript,bankmain_swapinsert_op].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ if ($opindex0 ! 1) {
55
}
66
if (%varbit3959 ! $int3) {
77
%varbit3959 = $int3;
8-
sound_synth(synth_2266, 1, 0);
8+
sound_synth(interface_select1, 1, 0);
99
}
1010
~bankmain_swapinsert($component1, $component2);

scripts/[clientscript,bankmain_switchtab].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if ($opindex12 ! 1) {
55
}
66
if ($int13 >= 0 & $int13 <= 9) {
77
if ($int13 ! %varbit4150) {
8-
sound_synth(synth_2266, 1, 0);
8+
sound_synth(interface_select1, 1, 0);
99
}
1010
%varbit4150 = $int13;
1111
~bankmain_build($component0, $component1, $component2, $component3, $component4, $component5, $component6, $component7, $component8, $component9, $component10, $component11, $component14, $component15, $component16, $component17, $component18);
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// 1269
22
[clientscript,bankmain_toggleplaceholders_op](int $opindex0, component $component1, int $int2)
33
if ($opindex0 = 10) {
4-
sound_synth(synth_2266, 1, 0);
4+
sound_synth(interface_select1, 1, 0);
55
return;
66
}
77
if ($opindex0 ! 1) {
88
return;
99
}
10-
sound_synth(synth_2266, 1, 0);
10+
sound_synth(interface_select1, 1, 0);
1111
%varbit3755 = $int2;
1212
~bankmain_toggleplaceholders($component1);
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// 3275
22
[clientscript,bankmain_viewbuttons](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6, component $component7, component $component8, component $component9, component $component10, component $component11, component $component12, component $component13, component $component14, component $component15, component $component16, component $component17, component $component18, component $component19, component $component20, component $component21)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
~bankmain_viewbuttons($component0, $component1, $component2, $component3, $component4, $component5, $component6, $component7, $component8, $component9, $component10, $component11, $component12, $component13, $component14, $component15, $component16, $component17, $component18, $component19, $component20, $component21);

scripts/[clientscript,bankpin_button_op].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if ($int0 < 0 | $int0 >= 10) {
44
return;
55
}
6-
sound_synth(synth_1041, 1, 0);
6+
sound_synth(PIN_beep, 1, 0);
77
if ($int1 = 3) {
88
$int2 = calc($int2 + $int0);
99
resume_countdialog(tostring($int2));
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 686
22
[clientscript,bankpin_otherbutton](int $int0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6, component $component7, component $component8, component $component9, component $component10, component $component11, component $component12, component $component13, component $component14, component $component15, component $component16, component $component17)
3-
sound_synth(synth_1042, 1, 0);
3+
sound_synth(PIN_cancel, 1, 0);
44
resume_countdialog(tostring($int0));
55
~bankpin_keypad_set(-1, -1, $component1, $component2, $component3, $component4, $component5, $component6, $component7, $component8, $component9, $component10, $component11, $component12, $component13, $component14, $component15, $component16, $component17);

scripts/[clientscript,bankside_switchview].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 490
22
[clientscript,bankside_switchview](int $int0, component $component1, component $component2, component $component3, int $int4)
33
if ($int0 = 1 & ($int4 = 1 | $int4 = 2 | $int4 = 0)) {
4-
sound_synth(synth_2266, 1, 0);
4+
sound_synth(interface_select1, 1, 0);
55
if ($int4 = 1) {
66
%varbit4139 = 1;
77
%varbit9545 = 0;

scripts/[clientscript,bees].cs2

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ if (if_getx($component3) >= $int5 & if_getx($component3) < calc($int5 + if_getwi
77
$int5 = calc($int5 - (random(3) + 2));
88
$int6 = calc($int6 - (random(3) + 2));
99
if ($clock4 <= clientclock) {
10-
sound_synth(synth_819, 1, 0);
10+
sound_synth(swarm_attack, 1, 0);
1111
$clock4 = calc(clientclock + 20 + random(40));
1212
}
1313
}
1414
} else if ($int5 >= if_getx($component3) & $int5 < calc(if_getx($component3) + if_getwidth($component3)) & $int6 >= if_gety($component3) & $int6 < calc(if_gety($component3) + if_getheight($component3))) {
1515
$int5 = calc($int5 + random(3) + 2);
1616
$int6 = calc($int6 + random(3) + 2);
1717
if ($clock4 <= clientclock) {
18-
sound_synth(synth_819, 1, 0);
18+
sound_synth(swarm_attack, 1, 0);
1919
$clock4 = calc(clientclock + 20 + random(40));
2020
}
2121
}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// 3065
22
[clientscript,bees_mouseover](component $component0)
33
if_setmodelanim(seq_1, $component0);
4-
sound_synth(synth_819, 1, 0);
4+
sound_synth(swarm_attack, 1, 0);

scripts/[clientscript,bolt_pouch_drag_complete].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 4043
22
[clientscript,bolt_pouch_drag_complete](component $component0, component $component1, component $drop2)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
def_int $int3 = ~bolt_pouch_return_id($component1);
55
def_component $component4 = null;
66
def_int $int5 = 0;

scripts/[clientscript,bolt_pouch_op].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ if (cc_find($component0, 0) = ^true) {
44
cc_settrans(100);
55
cc_setontimer("cc_settrans_temporarily_end(event_com, event_comsubid, 0, calc(clientclock + 10))");
66
}
7-
sound_synth(synth_2266, 1, 0);
7+
sound_synth(interface_select1, 1, 0);

scripts/[clientscript,bondif_redeem_package_op_permitted].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
if ($opindex0 ! 1) {
44
return;
55
}
6-
sound_synth(synth_2266, 1, 0);
6+
sound_synth(interface_select1, 1, 0);
77
%var1204 = $int1;
88
~bondif_redeem_package_draw($int1, $component2, $text0, $num3, $graphic4, $int5, $height6, $text1);

scripts/[clientscript,br_loadout_insert].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if ($int12 = 0) {
4141
~br_loadout_additem($count4, $namedobj11, $int13, $component5, $drop8, $drop9, $component10);
4242
return;
4343
}
44-
sound_synth(synth_2266, 1, 0);
44+
sound_synth(interface_select1, 1, 0);
4545
if ($int12 = 1) {
4646
~br_loadout_set_inv($int13, $count4);
4747
} else {

scripts/[clientscript,br_loadout_menuop].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 1293
22
[clientscript,br_loadout_menuop](int $opindex0, component $component1, int $comsubid2, int $comsubid3, int $colour4, int $trans5, int $colour6, int $trans7, component $component8, component $component9, component $drop10, component $component11)
33
if (cc_find($component1, $comsubid2) = ^true & .cc_find($component1, $comsubid3) = ^true) {
4-
sound_synth(synth_2266, 1, 0);
4+
sound_synth(interface_select1, 1, 0);
55
cc_setonmouserepeat(null);
66
cc_setonmouseleave(null);
77
.cc_setcolour($colour4);

scripts/[clientscript,br_loadout_rearrange].cs2

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if ($int14 = -1) {
3838
return;
3939
}
4040
if ($drop2 = $drop7) {
41-
sound_synth(synth_2266, 1, 0);
41+
sound_synth(interface_select1, 1, 0);
4242
if ($int12 = 1) {
4343
~br_loadout_set_inv($int14, 0);
4444
} else {
@@ -63,7 +63,7 @@ def_namedobj $namedobj18 = enum(int, namedobj, enum_2630, $int17);
6363
if ($namedobj18 ! null & $int12 = 0 & oc_param($namedobj18, param_850) ! $int14) {
6464
return;
6565
}
66-
sound_synth(synth_2266, 1, 0);
66+
sound_synth(interface_select1, 1, 0);
6767
if ($int13 = 1) {
6868
~br_loadout_set_inv($int15, $int4);
6969
} else {

scripts/[clientscript,br_reward_shop_confirmop].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
if ($opindex0 ! 1) {
44
return;
55
}
6-
sound_synth(synth_2266, 1, 0);
6+
sound_synth(interface_select1, 1, 0);
77
~br_reward_shop_draw(-1, $component1, $component2, $component3, $component4);
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// 3089
22
[clientscript,br_reward_shop_select](int $int0, component $component1, component $component2, component $component3, component $component4)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
~br_reward_shop_draw($int0, $component1, $component2, $component3, $component4);

scripts/[clientscript,br_tournament_button_op].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if ($opindex0 ! 1) {
44
return;
55
}
6-
sound_synth(synth_2266, 1, 0);
6+
sound_synth(interface_select1, 1, 0);
77
cc_deleteall($component1);
88
def_int $comsubid2 = ~options_button_on($component1, 0);
99
cc_create($component1, ^iftype_text, $comsubid2);
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 1419
22
[clientscript,br_tournament_op](int $opindex0, string $string0, component $component1, int $comsubid2)
33
if (cc_find($component1, $comsubid2) = ^true) {
4-
sound_synth(synth_2266, 1, 0);
4+
sound_synth(interface_select1, 1, 0);
55
cc_setcolour(0x8f8f8f);
66
cc_setontimer("br_tournament_submit(calc(clientclock + 30), $string0, $component1, $comsubid2)");
77
}

scripts/[clientscript,brew_tools_op].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if ($opindex0 ! 1) {
44
return;
55
}
6-
sound_synth(synth_2266, 1, 0);
6+
sound_synth(interface_select1, 1, 0);
77
if_settrans(225, $component2);
88
if_setonmouserepeat(null, $component1);
99
if_setonmouseleave(null, $component1);

scripts/[clientscript,bugreport_back].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 2254
22
[clientscript,bugreport_back](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6, component $component7, component $component8, component $component9)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
if_sethide(false, $component0);
55
if_sethide(true, $component1);
66
~bugreport_switch_textinput($component2, $component3, $component4, $component5, $component6, $component7, $component8, $component9);

scripts/[clientscript,bugreport_continue].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 1102
22
[clientscript,bugreport_continue](component $component0, component $component1)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
if_sethide(true, $component0);
55
if_sethide(false, $component1);
66
if (~on_mobile = true) {

scripts/[clientscript,bugreport_home].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 2252
22
[clientscript,bugreport_home](component $component0, component $component1)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
if_sethide(false, $component0);
55
if_sethide(true, $component1);
66
if (~on_mobile = true) {

scripts/[clientscript,bugreport_next].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 2253
22
[clientscript,bugreport_next](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6, component $component7, component $component8, component $component9)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
if_sethide(true, $component0);
55
if_sethide(false, $component1);
66
~bugreport_switch_textinput($component4, $component5, $component2, $component3, $component1, $component7, $component8, $component9);

scripts/[clientscript,bugreport_submit].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 1103
22
[clientscript,bugreport_submit]
33
if (string_length(%varcstring372) > 0) {
4-
sound_synth(synth_2266, 1, 0);
4+
sound_synth(interface_select1, 1, 0);
55
if (%varbit4931 < 10 & string_length(%varcstring372) >= 15) {
66
bug_report(0, ~bugreport_parse(%varcstring372, 0), ~bugreport_parse(%varcstring373, 0));
77
}

scripts/[clientscript,bugreport_switch_textinput].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// 1096
22
[clientscript,bugreport_switch_textinput](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6, component $component7)
3-
sound_synth(synth_2266, 1, 0);
3+
sound_synth(interface_select1, 1, 0);
44
~bugreport_switch_textinput($component0, $component1, $component2, $component3, $component4, $component5, $component6, $component7);
55
def_string $string0 = "";
66
if (~on_mobile = true) {

0 commit comments

Comments
 (0)