mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
8 lines
118 B
Text
8 lines
118 B
Text
void script_3400() {
|
|
if (strLength(globalstring_279) <= 0) {
|
|
return;
|
|
}
|
|
script_3391();
|
|
script_3190();
|
|
return;
|
|
}
|