mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
13 lines
219 B
Text
13 lines
219 B
Text
void script_2831(int arg0,int arg1,int arg2) {
|
|
if (arg0 != 1) {
|
|
return;
|
|
}
|
|
cs2method403(arg2, arg1);
|
|
if (((boolean)arg2)) {
|
|
globalint_1009 = arg1;
|
|
} else {
|
|
globalint_1008 = arg1;
|
|
}
|
|
script_2790();
|
|
return;
|
|
}
|