mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Added initial version
This commit is contained in:
commit
b452bd670c
13290 changed files with 1178433 additions and 0 deletions
19
dumps/scripts/2077.cs2
Normal file
19
dumps/scripts/2077.cs2
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
void script_2077() {
|
||||
int ivar0;
|
||||
int ivar1;
|
||||
ivar0 = 0;
|
||||
ivar1 = 0;
|
||||
if (((boolean)globalint_632)) {
|
||||
ivar0 = subtract(3, globalint_635);
|
||||
if (((boolean)ivar0)) {
|
||||
setWidgetText(new WidgetPointer(837,9), "New game: " + intToStr(ivar0) + " min");
|
||||
} else {
|
||||
setWidgetText(new WidgetPointer(837,9), "New game: " + intToStr(ivar0) + " mins");
|
||||
}
|
||||
} else {
|
||||
ivar1 = subtract(20, globalint_636);
|
||||
ivar0 = add(ivar1, 3);
|
||||
setWidgetText(new WidgetPointer(837,9), "New game: " + intToStr(ivar0) + " mins");
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue