|
2 | 2 | [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)
|
3 | 3 | ~steelborder($component2, "<text_gender("Iron Man", "Iron Woman")> Setup", 0);
|
4 | 4 | if_settext("<text_gender("Iron Man", "Iron Woman")> Mode", $component3);
|
5 |
| -~script2094($component4, 0, "None", "No <text_gender("Iron Man", "Iron Woman")> restrictions will apply to this account.", $component4, $component5, $component6, $component7); |
6 |
| -~script2094($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); |
7 |
| -~script2094($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); |
8 |
| -~script2094($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); |
| 5 | +~ironman_modebutton_init($component4, 0, "None", "No <text_gender("Iron Man", "Iron Woman")> restrictions will apply to this account.", $component4, $component5, $component6, $component7); |
| 6 | +~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); |
| 7 | +~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); |
| 8 | +~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); |
9 | 9 | cc_deleteall($component8);
|
10 | 10 | def_int $int15 = 0;
|
11 | 11 | .cc_create($component8, ^iftype_rectangle, $int15);
|
|
0 commit comments