mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
15 lines
279 B
Text
15 lines
279 B
Text
int script_795(int arg0) {
|
|
if (getItemAmtInContainer(93, 2859) < 1) {
|
|
return 0;
|
|
}
|
|
if (getItemAmtInContainer(93, 12530) < 1) {
|
|
return 0;
|
|
}
|
|
if (getItemAmtInContainer(93, 12527) < 1) {
|
|
return 0;
|
|
}
|
|
if (getItemAmtInContainer(93, 12525) < 1) {
|
|
return 0;
|
|
}
|
|
return 1;
|
|
}
|