mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
7 lines
213 B
Text
7 lines
213 B
Text
void script_201() {
|
|
if ((((boolean)globalint_1034) && ((boolean)globalint_1027)) && (strLength(globalstring_202) > 0)) {
|
|
sendUnknownFriendPacketMethod3619(globalstring_202);
|
|
globalint_1034 = 2;
|
|
}
|
|
return;
|
|
}
|