forked from 2009Scape/Server
6 lines
94 B
Text
6 lines
94 B
Text
string script_781(int arg0) {
|
|
if (arg0 >= 1000) {
|
|
return "*";
|
|
}
|
|
return intToStr(arg0);
|
|
}
|