mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
11 lines
200 B
Text
11 lines
200 B
Text
void script_3183() {
|
|
if (strLength(globalstring_277) <= 0) {
|
|
return;
|
|
}
|
|
globalstring_279 = globalstring_277;
|
|
script_3180();
|
|
if (strLength(globalstring_279) > 0) {
|
|
script_3190();
|
|
}
|
|
return;
|
|
}
|