mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
10 lines
272 B
Text
10 lines
272 B
Text
void script_2168() {
|
|
if (isMember()) {
|
|
messageType0("More advanced sorting options are available on a members' world.");
|
|
} else {
|
|
if (standart_config_281 < 1000) {
|
|
messageType0("More advanced sorting options are available after the Tutorial.");
|
|
}
|
|
}
|
|
return;
|
|
}
|