mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
13 lines
208 B
Text
13 lines
208 B
Text
void script_5342(int arg0) {
|
|
if (arg0 == -1) {
|
|
arg0 = 70;
|
|
} else if (arg0 > 255) {
|
|
arg0 = 255;
|
|
} else {
|
|
if (arg0 < 0) {
|
|
arg0 = 0;
|
|
}
|
|
}
|
|
cs2method2103(arg0, new WidgetPointer(746,0));
|
|
return;
|
|
}
|