mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
3 lines
241 B
Text
3 lines
241 B
Text
string script_2055(int arg0) {
|
|
return intToStr(extractZ(arg0)) + "_" + intToStr(divide(extractX(arg0), 64)) + "_" + intToStr(divide(extractY(arg0), 64)) + "_" + intToStr(mod(extractX(arg0), 64)) + "_" + intToStr(mod(extractY(arg0), 64));
|
|
}
|