-
Notifications
You must be signed in to change notification settings - Fork 0
/
[proc,script1486].cs2
25 lines (25 loc) · 1.18 KB
/
[proc,script1486].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
// 1486
[proc,script1486](component $component0)
def_string $text0 = "";
if (~wildwars_world = 1) {
if (%varbit5703 = 0) {
$text0 = "<col=00ff00>When the timer hits 0:00 you'll be safe here</col>";
} else {
$text0 = "<col=ffa71f>When the timer hits 0:00 you'll </col><col=ff0000>DIE</col><col=ffa71f> - Get to safety</col>";
}
} else if (~private_event_world = 1 | ~private_event_world = 4) {
if (%varbit4991 = 2) {
$text0 = "<col=ff812c>You'll </col><col=ff0000>DIE</col><col=ff812c> if you stay in this area - Get to safety</col>";
} else if (%varbit4991 = 1) {
$text0 = "<col=ffa71f>The Strange Power is </col><col=ff0000>approaching you</col><col=ffa71f> - Get to safety</col>";
} else {
$text0 = "<col=00ff00>The Strange Power hasn't reached this area yet...</col>";
}
} else if (%varbit4991 = 2) {
$text0 = "<col=ff812c>You'll </col><col=ff0000>DIE</col><col=ff812c> if you stay in this area - Get to safety</col>";
} else if (%varbit4991 = 1) {
$text0 = "<col=ffa71f>When the timer hits 0:00 you'll </col><col=ff0000>DIE</col><col=ffa71f> - Get to safety</col>";
} else {
$text0 = "<col=00ff00>When the timer hits 0:00 you'll be safe here</col>";
}
if_settext($text0, $component0);