mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
20 lines
444 B
Text
20 lines
444 B
Text
void script_2765(int arg0) {
|
|
if (globalint_1007 <= 0) {
|
|
cs2method5512();
|
|
return;
|
|
}
|
|
if (globalint_1007 <= 100) {
|
|
script_2770(arg0, script_284(getMyPositionHash()));
|
|
return;
|
|
}
|
|
if (globalint_1007 <= 200) {
|
|
script_2762(arg0, script_284(getMyPositionHash()));
|
|
return;
|
|
}
|
|
if (globalint_1007 <= 300) {
|
|
script_2763(arg0, script_284(getMyPositionHash()));
|
|
return;
|
|
}
|
|
script_2826(arg0, script_284(getMyPositionHash()));
|
|
return;
|
|
}
|