-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path[clientscript,ironman_init].cs2
36 lines (36 loc) · 3.2 KB
/
[clientscript,ironman_init].cs2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// 687
[clientscript,ironman_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, component $component13, component $component14)
~steelborder($component2, "<text_gender("Iron Man", "Iron Woman")> Setup", 0);
if_settext("<text_gender("Iron Man", "Iron Woman")> Mode", $component3);
~ironman_modebutton_init($component4, 0, "None", "No <text_gender("Iron Man", "Iron Woman")> restrictions will apply to this account.", $component4, $component5, $component6, $component7);
~ironman_modebutton_init($component5, 1, "Standard <text_gender("Iron Man", "Iron Woman")>", "An <text_gender("Iron Man", "Iron Woman")> cannot trade, stake, receive PK loot, scavenge dropped items, nor play certain multiplayer minigames.", $component4, $component5, $component6, $component7);
~ironman_modebutton_init($component6, 3, "Hardcore <text_gender("Iron Man", "Iron Woman")>", "In addition to the standard <text_gender("Iron Man", "Iron Woman")> rules, a Hardcore <text_gender("Iron Man", "Iron Woman")> only has 1 life. A dangerous death will result in being downgraded to a standard <text_gender("Iron Man", "Iron Woman")>.", $component4, $component5, $component6, $component7);
~ironman_modebutton_init($component7, 2, "Ultimate <text_gender("Iron Man", "Iron Woman")>", "In addition to the standard <text_gender("Iron Man", "Iron Woman")> rules, an Ultimate <text_gender("Iron Man", "Iron Woman")> cannot use banks, nor retain any items on death in dangerous areas.", $component4, $component5, $component6, $component7);
cc_deleteall($component8);
def_int $int15 = 0;
.cc_create($component8, ^iftype_rectangle, $int15);
$int15 = calc($int15 + 1);
.cc_setsize(0, 0, ^setsize_minus, ^setsize_minus);
.cc_setposition(0, 0, ^setpos_abs_centre, ^setpos_abs_centre);
.cc_setfill(true);
.cc_setcolour(^white);
$int15 = ~thinbox($component8, $int15);
cc_create($component8, ^iftype_graphic, $int15);
$int15 = calc($int15 + 1);
cc_setsize(29, 22, ^setsize_abs, ^setsize_abs);
cc_setposition(0, 0, ^setpos_abs_left, ^setpos_abs_centre);
cc_setgraphic("bankbuttons,7");
cc_create($component8, ^iftype_text, $int15);
$int15 = calc($int15 + 1);
cc_setsize(33, 0, ^setsize_minus, ^setsize_minus);
cc_setposition(3, 0, ^setpos_abs_right, ^setpos_abs_centre);
cc_setcolour(0xff981f);
cc_settextfont(p11_full);
cc_settextshadow(true);
cc_settextalign(^settextalign_left, ^settextalign_centre, 0);
cc_settext("<col=ffffff>Deactivation settings</col><br>Avoid accidentally downgrading your <text_gender("Iron Man", "Iron Woman")> status.");
~ironman_miscellaneous_redraw($component1, $component8, $component9, $component10, $component11, $component12, $component13, $component14);
if_setonvartransmit("ironman_miscellaneous_redraw($component1, $component8, .cc_getid, $component9, $component10, $component11, $component12, $component13, $component14){var499, var281}", $component0);
~script2116($component12, 1, "PIN", $component12, $component13);
~script2116($component13, 0, "Permanent", $component12, $component13);
if_sethide(true, $component10);