mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
6 lines
136 B
Text
6 lines
136 B
Text
int script_3441() {
|
|
if ((getItemAmtInContainer(94, 6465) > 0) || (getItemAmtInContainer(94, 15016) > 0)) {
|
|
return 1;
|
|
}
|
|
return 0;
|
|
}
|