mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Added initial version
This commit is contained in:
commit
b1dccb3fed
14153 changed files with 1285206 additions and 0 deletions
23
dumps/scripts/865.cs2
Normal file
23
dumps/scripts/865.cs2
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
void script_865() {
|
||||
int ivar0;
|
||||
int ivar1;
|
||||
ivar0 = 0;
|
||||
ivar1 = 0;
|
||||
if (((boolean)standart_config_1113)) {
|
||||
if (globalint_84 <= 2147482647) {
|
||||
globalint_84 = add(globalint_84, 1000);
|
||||
}
|
||||
} else {
|
||||
ivar0 = getItemAmtInContainer(93, standart_config_1109);
|
||||
if (standart_config_1109 != getNotedItem(standart_config_1109)) {
|
||||
ivar1 = getItemAmtInContainer(93, getNotedItem(standart_config_1109));
|
||||
}
|
||||
globalint_84 = ivar0;
|
||||
if ((globalint_84 <= 1000000000) && (ivar1 <= 1000000000)) {
|
||||
globalint_84 = add(globalint_84, ivar1);
|
||||
}
|
||||
}
|
||||
setWidgetText(new WidgetPointer(105,148), formatNumber(globalint_84, 1));
|
||||
script_602();
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue