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
13
dumps/scripts/553.cs2
Normal file
13
dumps/scripts/553.cs2
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
void script_553() {
|
||||
int ivar0;
|
||||
if (bitconfig_4111 == 15) {
|
||||
playSoundEffect(4020, 1, 0);
|
||||
return;
|
||||
}
|
||||
bitconfig_4111 = add(bitconfig_4111, 1);
|
||||
ivar0 = multiply(subtract(15, bitconfig_4111), 6);
|
||||
setWidgetPosition(0, ivar0, 0, 0, new WidgetPointer(624,19));
|
||||
setWidgetText(new WidgetPointer(624,72), intToStr(bitconfig_4111));
|
||||
playSoundEffect(4026, 1, 0);
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue