mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
15 lines
298 B
Text
15 lines
298 B
Text
void script_4128(int arg0) {
|
|
if (globalint_1452 <= 100) {
|
|
script_4130(arg0);
|
|
return;
|
|
}
|
|
if (globalint_1452 <= 200) {
|
|
script_4131(arg0, script_284(getMyPositionHash()));
|
|
return;
|
|
}
|
|
if (globalint_1452 <= 300) {
|
|
script_4132(arg0, script_284(getMyPositionHash()));
|
|
return;
|
|
}
|
|
return;
|
|
}
|