Skip to content

Commit 7b7ac4a

Browse files
committed
Update script names
1 parent a386d32 commit 7b7ac4a

File tree

162 files changed

+534
-534
lines changed

Some content is hidden

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

162 files changed

+534
-534
lines changed

README.md

+92-92
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// 2992
2+
[clientscript,adventurepath_do_nothing]

scripts/script2947.cs2 scripts/[clientscript,adventurepath_on_mouse_over].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 2947
2-
script2947(component $component0, int $int1, int $int2)
2+
[clientscript,adventurepath_on_mouse_over](component $component0, int $int1, int $int2)
33
if (($int2 = 1) & (cc_find($component0, $int1) = ^true)) {
44
cc_setoutline(3);
55
} else if (cc_find($component0, $int1) = ^true) {

scripts/script3006.cs2 scripts/[clientscript,adventurepath_say_item].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 3006
2-
script3006(obj $obj0, int $int1, boolean $boolean2)
2+
[clientscript,adventurepath_say_item](obj $obj0, int $int1, boolean $boolean2)
33
if ($boolean2 = true) {
44
mes("Members: <oc_name($obj0)> x<tostring($int1)>");
55
} else {

scripts/[clientscript,adventurepath_side_init].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ if (%varbit9327 = 1) {
1717
if_setonvartransmit("adventurepath_side_info_transmit($component2, $component4, $component5, $component6, $component7, $component12, $component13){var2359, var2358}", $component1);
1818
if_setonvartransmit("adventurepath_side_layer($component0, $component8){var2370}", $component0);
1919
~adventurepath_side_settings($component3, $component0, $component8);
20-
~script3025($component0, $component8, $component9, $component10, $component11, $component12, 1);
20+
~adventurepath_side_settings_content($component0, $component8, $component9, $component10, $component11, $component12, 1);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// 3036
2+
[clientscript,adventurepath_side_settings_back_leave](component $component0, int $int1, int $colour2)
3+
~adventurepath_side_settings_back_leave($component0, $int1, $colour2);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// 3039
2+
[clientscript,adventurepath_side_settings_back_op](component $component0, component $component1)
3+
%varbit9327 = 0;
4+
if_sethide(true, $component1);
5+
if_sethide(false, $component0);

scripts/script3038.cs2 scripts/[clientscript,adventurepath_side_settings_back_over].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 3038
2-
script3038(component $component0, int $int1, int $colour2)
2+
[clientscript,adventurepath_side_settings_back_over](component $component0, int $int1, int $colour2)
33
if (cc_find($component0, calc($int1 + 0)) = ^true) {
44
cc_setgraphic("tradebacking_dark");
55
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// 3024
2+
[clientscript,adventurepath_side_settings_button_op](component $component0, component $component1)
3+
%varbit9327 = 1;
4+
if_sethide(true, $component0);
5+
if_sethide(false, $component1);
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// 2684
22
[clientscript,bond_prompt_init](component $component0, component $component1)
3-
~script2569($component0, "Open Store");
4-
~script2569($component1, "Bond Pouch");
3+
~membership_benefits_prompt_button_init($component0, "Open Store");
4+
~membership_benefits_prompt_button_init($component1, "Bond Pouch");
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// 722
2-
script722
2+
[clientscript,bondif_convert_init]
33
if_setobject(old_school_bond_untradeable_13192, -1, 64:9);
44
if_setobject(coins_995, inv_total(inv, coins_995), 64:16);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// 724
2+
[clientscript,bondif_convert_invtransmit]
3+
~script729;

scripts/script727.cs2 scripts/[clientscript,bondif_convert_minus].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 727
2-
script727
2+
[clientscript,bondif_convert_minus]
33
if (%varcint67 > 0) {
44
%varcint67 = calc(%varcint67 - 1);
55
~script729;

scripts/script728.cs2 scripts/[clientscript,bondif_convert_plus].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 728
2-
script728
2+
[clientscript,bondif_convert_plus]
33
if (%varcint67 < inv_total(inv, old_school_bond_untradeable_13192)) {
44
%varcint67 = calc(%varcint67 + 1);
55
~script729;
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 725
2-
script725
2+
[clientscript,bondif_convert_vartransmit]
33
%varcint67 = %var1202;
44
%varcint68 = %var1203;
55
~script729;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// 726
2+
[clientscript,bondif_convert_x]
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// 2483
2-
script2483
2+
[clientscript,duel_invalid_option]
33
mes("To view your opponent's backpack or worn inventories the option 'Show Inventories' must be enabled.");

scripts/[clientscript,duel_switch_setup_buttons].cs2

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ if (testbit(%var286, 3) = ^false) {
66
if_setonmouserepeat("tooltip_mouserepeat(event_com, -1, $component8, $string0, 50, 250)", $component3);
77
if_setonmouseover(null, $component2);
88
if_setonmouseover(null, $component3);
9-
if_setonop("script2483", $component2);
10-
if_setonop("script2483", $component3);
9+
if_setonop("duel_invalid_option", $component2);
10+
if_setonop("duel_invalid_option", $component3);
1111
} else {
1212
$string0 = "Opponent's backpack inventory";
1313
if_setonmouserepeat("tooltip_mouserepeat(event_com, -1, $component8, $string0, 50, 250)", $component2);

scripts/[clientscript,fossil_swamp_splat].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ cc_setposition(0, 0, ^setpos_abs_centre, ^setpos_abs_centre);
1515
cc_setmodel(33278);
1616
cc_setmodelanim(3320);
1717
~mole_splat_zoom($component2);
18-
cc_setontimer("script897(event_com, event_comid, calc(clientclock + $int0))");
18+
cc_setontimer("mole_go_splat_off(event_com, event_comid, calc(clientclock + $int0))");
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// 575
2+
[clientscript,hp_hud_centre_init](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)
3+
~script2249($component1, setbit(0, 3));
4+
~script1486($component2, ^setpos_abs_centre, 1, 0);
5+
~hp_hud_fade_in($component10, $component11, $component9, $component12, $component7, $component8, $component6, 255);
6+
if_setonsubchange("hp_hud_centre_pos(0, $component0, $component3, $component4, $component5, $component9, $component6, $component7, $component8)", $component0);
7+
if_setonvartransmit("hp_hud_centre_update($component6, $component7, $component8, $component4, $component9){var1682, var1683}", $component6);
8+
~hp_hud_centre_pos(0, $component0, $component3, $component4, $component5, $component9, $component6, $component7, $component8);
9+
~hp_hud_centre_update($component6, $component7, $component8, $component4, $component9);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// 2882
2+
[clientscript,hp_hud_centre_pos](int $int0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6, component $component7, component $component8)
3+
~hp_hud_centre_pos($int0, $component1, $component2, $component3, $component4, $component5, $component6, $component7, $component8);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// 2884
2+
[clientscript,hp_hud_centre_update](component $component0, component $component1, component $component2, component $component3, component $component4)
3+
~hp_hud_centre_update($component0, $component1, $component2, $component3, $component4);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// 2887
2+
[clientscript,hp_hud_fade_in](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6, int $int7)
3+
~hp_hud_fade_in($component0, $component1, $component2, $component3, $component4, $component5, $component6, $int7);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// 2886
2+
[clientscript,hp_hud_fade_in_check](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6)
3+
def_int $int7 = if_gettrans($component0);
4+
if ($int7 > 0) {
5+
~hp_hud_fade_in($component0, $component1, $component2, $component3, $component4, $component5, $component6, $int7);
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// 2889
2+
[clientscript,hp_hud_fade_out](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6, int $int7)
3+
~hp_hud_fade_out($component0, $component1, $component2, $component3, $component4, $component5, $component6, $int7);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// 2561
2+
[clientscript,membership_benefits_button_draw](component $component0, string $string0, boolean $boolean1)
3+
~membership_benefits_button_draw($component0, $string0, $boolean1);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// 2565
2+
[clientscript,membership_benefits_close_benefit]
3+
if_sethide(true, 275:14);

scripts/script2564.cs2 scripts/[clientscript,membership_benefits_close_benefit_hover].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 2564
2-
script2564(component $component0, int $int1, boolean $boolean2)
2+
[clientscript,membership_benefits_close_benefit_hover](component $component0, int $int1, boolean $boolean2)
33
if (cc_find($component0, $int1) = ^true) {
44
if ($boolean2 = true) {
55
cc_setgraphic("open_buttons,3");
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// 2557
2+
[clientscript,membership_benefits_hide_bonds]
3+
~membership_benefits_hide_bonds(275:5, 275:6);

scripts/script2558.cs2 scripts/[clientscript,membership_benefits_hover].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 2558
2-
script2558(int $int0, int $int1, boolean $boolean2)
2+
[clientscript,membership_benefits_hover](int $int0, int $int1, boolean $boolean2)
33
cc_deleteall(275:10);
44
if ($boolean2 = true) {
55
cc_create(275:10, ^iftype_rectangle, 0);

scripts/script2556.cs2 scripts/[clientscript,membership_benefits_init].cs2

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 2556
2-
script2556(component $component0, component $component1, component $component2, component $component3, component $component4, component $component5)
2+
[clientscript,membership_benefits_init](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5)
33
cc_deleteall($component0);
44
cc_deleteall($component1);
55
def_int $int6 = 0;
@@ -31,9 +31,9 @@ while ($int7 < 5) {
3131
cc_settiling(true);
3232
cc_setop(1, "View");
3333
cc_setopbase("<col=ff9040>Benefits</col>");
34-
cc_setonop("script2563($int7)");
35-
cc_setonmouserepeat("script2558(event_comid, $int6, true)");
36-
cc_setonmouseleave("script2558(event_comid, $int6, false)");
34+
cc_setonop("membership_benefits_view($int7)");
35+
cc_setonmouserepeat("membership_benefits_hover(event_comid, $int6, true)");
36+
cc_setonmouseleave("membership_benefits_hover(event_comid, $int6, false)");
3737
cc_create($component1, ^iftype_text, $int7);
3838
cc_setsize(0, 33, ^setsize_minus, ^setsize_abs);
3939
cc_setposition(62, $int6, ^setpos_abs_centre, ^setpos_abs_top);
@@ -57,9 +57,9 @@ def_string $string1 = "Upgrade Now";
5757
if ((map_members = ^true) | (%varcint103 = 1)) {
5858
$string1 = "Open Store";
5959
}
60-
~script2560($component4, $string1);
60+
~membership_benefits_button_init($component4, $string1);
6161
if (((~on_mobile = true) & (clienttype = 3)) & (%varbit6713 = 0)) {
62-
~script2559($component4, $component5);
62+
~membership_benefits_hide_bonds($component4, $component5);
6363
} else {
64-
~script2560($component5, "Bond Pouch");
64+
~membership_benefits_button_init($component5, "Bond Pouch");
6565
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// 2570
2+
[clientscript,membership_benefits_prompt_button_draw](component $component0, string $string0, boolean $boolean1)
3+
~membership_benefits_prompt_button_draw($component0, $string0, $boolean1);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// 2567
2+
[clientscript,membership_benefits_prompt_hide_bonds]
3+
~membership_benefits_prompt_hide_bonds;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// 2566
2+
[clientscript,membership_benefits_prompt_init](component $component0, component $component1, component $component2, component $component3)
3+
def_string $string0 = "Upgrade Now";
4+
if ((map_members = ^true) | (%varcint103 = 1)) {
5+
$string0 = "Open Store";
6+
}
7+
~membership_benefits_prompt_button_init($component0, "World Switcher");
8+
~membership_benefits_prompt_button_init($component1, "Learn More");
9+
~membership_benefits_prompt_button_init($component3, $string0);
10+
if (((~on_mobile = true) & (clienttype = 3)) & (%varbit6713 = 0)) {
11+
~membership_benefits_prompt_hide_bonds;
12+
} else {
13+
~membership_benefits_prompt_button_init($component2, "Bond Pouch");
14+
}

scripts/script2563.cs2 scripts/[clientscript,membership_benefits_view].cs2

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 2563
2-
script2563(int $int0)
2+
[clientscript,membership_benefits_view](int $int0)
33
def_component $component1 = 275:14;
44
def_string $string0 = "";
55
def_string $string1 = "";
@@ -42,10 +42,10 @@ cc_create($component1, ^iftype_graphic, 1);
4242
cc_setsize(24, 23, ^setsize_abs, ^setsize_abs);
4343
cc_setposition(5, 5, ^setpos_abs_right, ^setpos_abs_top);
4444
cc_setgraphic("open_buttons,2");
45-
cc_setonmouserepeat("script2564(event_com, event_comid, true)");
46-
cc_setonmouseleave("script2564(event_com, event_comid, false)");
45+
cc_setonmouserepeat("membership_benefits_close_benefit_hover(event_com, event_comid, true)");
46+
cc_setonmouseleave("membership_benefits_close_benefit_hover(event_com, event_comid, false)");
4747
cc_setop(1, "Close");
48-
cc_setonop("script2565");
48+
cc_setonop("membership_benefits_close_benefit");
4949
cc_create($component1, ^iftype_text, 2);
5050
cc_setsize(0, 33, ^setsize_minus, ^setsize_abs);
5151
cc_setposition(52, 5, ^setpos_abs_centre, ^setpos_abs_top);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// 2899
2+
[clientscript,mirror_interface_button_draw](component $component0, string $string0, boolean $boolean1)
3+
~mirror_interface_button_draw($component0, $string0, $boolean1);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// 2898
2+
[clientscript,mirror_interface_button_reset](component $component0, string $string0, int $int1, string $string1)
3+
if (clientclock >= $int1) {
4+
~mirror_interface_button_draw($component0, $string1, false);
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
// 2896
2+
[clientscript,mirror_interface_init](component $component0, component $component1, component $component2, component $component3, string $string0, string $string1)
3+
~mirror_interface_button_draw($component0, $string0, false);
4+
~mirror_interface_button_draw($component1, $string1, false);
5+
if (~on_mobile = true) {
6+
return;
7+
}
8+
if_setonkey("mirror_interface_keypress(event_keypressed, event_keytyped, $component0, "1", $string0, $component0)", $component0);
9+
if_setontimer(null, $component0);
10+
if_setonkey("mirror_interface_keypress(event_keypressed, event_keytyped, $component1, "2", $string1, $component0)", $component1);
11+
if_setontimer(null, $component1);
12+
if_setonmouserepeat("mirror_interface_button_draw($component0, $string0, true)", $component0);
13+
if_setonmouseleave("mirror_interface_button_draw($component0, $string0, false)", $component0);
14+
if_setonmouserepeat("mirror_interface_button_draw($component1, $string1, true)", $component1);
15+
if_setonmouseleave("mirror_interface_button_draw($component1, $string1, false)", $component1);
16+
def_graphic $graphic4 = "close_buttons,6";
17+
def_graphic $graphic5 = "close_buttons,7";
18+
if_setonmouserepeat("graphic_swapper($component3, $graphic5)", $component2);
19+
if_setonmouseleave("graphic_swapper($component3, $graphic4)", $component2);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// 2897
2+
[clientscript,mirror_interface_keypress](int $key0, char $char1, component $component2, string $string0, string $string1, component $component3)
3+
if (($char1 = null) | (~keypress_permit(635, -1) = 0)) {
4+
return;
5+
}
6+
if ((string_indexof_char($string0, $char1) ! -1) | ((($key0 = ^key_return) | ($key0 = ^key_space)) & ($component2 = $component3))) {
7+
~mirror_interface_button_draw($component2, $string1, true);
8+
if_setonkey(null, $component2);
9+
if_setontimer("mirror_interface_button_reset($component2, $string0, calc(clientclock + 40), $string1)", $component2);
10+
if_resume_pausebutton($component2);
11+
}
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// 2634
22
[clientscript,mobile_rating_init](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5)
3-
~script2569($component0, "Yes");
4-
~script2569($component1, "No");
5-
~script2569($component2, "Ask Me Later");
3+
~membership_benefits_prompt_button_init($component0, "Yes");
4+
~membership_benefits_prompt_button_init($component1, "No");
5+
~membership_benefits_prompt_button_init($component2, "Ask Me Later");
66
if_settext("Enjoying your time?<br><br>Would you like to take a moment to rate the app?", $component3);
77
if_setmodel(36049, $component4);
88
if_setmodel(36049, $component5);

scripts/[clientscript,mole_go_splat].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ cc_setposition(0, 0, ^setpos_abs_centre, ^setpos_abs_centre);
1515
cc_setmodel(12027);
1616
cc_setmodelanim(3320);
1717
~mole_splat_zoom($component2);
18-
cc_setontimer("script897(event_com, event_comid, calc(clientclock + $int0))");
18+
cc_setontimer("mole_go_splat_off(event_com, event_comid, calc(clientclock + $int0))");

scripts/script897.cs2 scripts/[clientscript,mole_go_splat_off].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 897
2-
script897(component $component0, int $int1, int $int2)
2+
[clientscript,mole_go_splat_off](component $component0, int $int1, int $int2)
33
if (cc_find($component0, $int1) = ^true) {
44
if (clientclock >= $int2) {
55
cc_delete;

scripts/script261.cs2 scripts/[clientscript,nzone_game_absorption_tickdown].cs2

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// 261
2-
script261(component $component0, int $int1, int $int2, int $int3)
2+
[clientscript,nzone_game_absorption_tickdown](component $component0, int $int1, int $int2, int $int3)
33
def_int $int4 = calc($int2 - $int1);
44
if ($int4 = 0) {
55
if_setontimer(null, $component0);
6-
~script262($component0, $int2);
6+
~nzone_game_absorption_set($component0, $int2);
77
return;
88
}
99
if (clientclock < $int3) {
@@ -14,8 +14,8 @@ if (clientclock < $int3) {
1414
}
1515
}
1616
$int1 = calc($int1 + $int4);
17-
if_setontimer("script261($component0, $int1, $int2, $int3)", $component0);
18-
~script262($component0, $int1);
17+
if_setontimer("nzone_game_absorption_tickdown($component0, $int1, $int2, $int3)", $component0);
18+
~nzone_game_absorption_set($component0, $int1);
1919
if ($int4 < 0) {
2020
if (calc(clientclock % 2) = 0) {
2121
sound_synth(2157, 1, 0);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// 260
2+
[clientscript,nzone_game_absorption_transmit](component $component0, int $int1)
3+
if_setontimer("nzone_game_absorption_tickdown($component0, $int1, %varbit3956, calc(clientclock + 8))", $component0);

scripts/[clientscript,nzone_game_overlay].cs2

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ cc_setsize(70, 40, ^setsize_abs, ^setsize_abs);
5555
cc_settextfont(quill_oblique_large);
5656
cc_settextshadow(true);
5757
cc_settextalign(^settextalign_centre, ^settextalign_centre, 0);
58-
~script262(202:3, %varbit3956);
58+
~nzone_game_absorption_set(202:3, %varbit3956);
5959
if (string_length($string0) <= 0) {
6060
return;
6161
}

scripts/[clientscript,nzone_rewards_init].cs2

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
~nzone_rewards_tabs($component1, $component2, $component3, $component4, $component2);
44
~nzone_rewards_lists($component2, $component4);
55
if_setoninvtransmit("nzone_rewards_lists($component2, $component4){464, 108}", $component0);
6-
~script306($component3);
7-
if_setoninvtransmit("script305($component3){inv, 464, 108}", $component3);
6+
~nzone_rewards_upgrades($component3);
7+
if_setoninvtransmit("nzone_rewards_upgrades($component3){inv, 464, 108}", $component3);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// 305
2+
[clientscript,nzone_rewards_upgrades](component $component0)
3+
~nzone_rewards_upgrades($component0);
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// 848
2-
script848(component $component0, component $component1, component $component2)
2+
[clientscript,options_stonearrangement_init](component $component0, component $component1, component $component2)
33
if_setonmouseleave("deltooltip($component2)", $component0);
44
if_setop(1, "Side-stones arrangement", $component0);
55
if_setop(1, "Hotkeys Behaviour", $component1);
66
~options_gfx_togglebox($component1, "Side-panels...", "Can be closed by the hotkeys.", "In resizable mode, if the stone buttons are arranged along the bottom of the screen, should it be possible to shut a side-panel by pressing its hotkey?", $component2);
7-
~script851($component0, $component1, $component2);
8-
if_setonvartransmit("script849($component0, $component1, $component2){var1055}", $component0);
9-
if_setonop("script850(event_opindex, false, $component0, $component1, $component2)", $component0);
7+
~options_stonearrangement($component0, $component1, $component2);
8+
if_setonvartransmit("options_stonearrangement_resynch($component0, $component1, $component2){var1055}", $component0);
9+
if_setonop("options_stonearrangement_op(event_opindex, false, $component0, $component1, $component2)", $component0);

scripts/script850.cs2 scripts/[clientscript,options_stonearrangement_op].cs2

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 850
2-
script850(int $int0, boolean $boolean1, component $component2, component $component3, component $component4)
2+
[clientscript,options_stonearrangement_op](int $int0, boolean $boolean1, component $component2, component $component3, component $component4)
33
if ($int0 ! 1) {
44
return;
55
}
@@ -18,4 +18,4 @@ if ($boolean1 = true) {
1818
} else {
1919
%varbit4607 = 0;
2020
}
21-
~script851($component2, $component3, $component4);
21+
~options_stonearrangement($component2, $component3, $component4);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// 849
2+
[clientscript,options_stonearrangement_resynch](component $component0, component $component1, component $component2)
3+
~options_stonearrangement($component0, $component1, $component2);

0 commit comments

Comments
 (0)