7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
string script_1889() {
|
|
if (((boolean)script_1431())) {
|
|
return "World " + intToStr(getWorldId()) + " (PvP)";
|
|
}
|
|
return "World " + intToStr(getWorldId());
|
|
}
|