mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
18 lines
337 B
Text
18 lines
337 B
Text
void script_1827(int arg0) {
|
|
if (((boolean)script_1820(arg0))) {
|
|
return;
|
|
}
|
|
if (isMember()) {
|
|
if (((boolean)globalint_252)) {
|
|
globalint_252 = 2;
|
|
} else if (globalint_252 == 2) {
|
|
globalint_252 = 3;
|
|
} else {
|
|
globalint_252 = 1;
|
|
}
|
|
} else {
|
|
globalint_252 = mod(add(globalint_252, 1), 4);
|
|
}
|
|
script_1775();
|
|
return;
|
|
}
|