mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
13 lines
382 B
Text
13 lines
382 B
Text
void script_550() {
|
|
int ivar0;
|
|
if (((boolean)bitconfig_4109)) {
|
|
playSoundEffect(4020, 1, 0);
|
|
return;
|
|
}
|
|
bitconfig_4109 = subtract(bitconfig_4109, 1);
|
|
ivar0 = multiply(subtract(15, bitconfig_4109), 6);
|
|
setWidgetPosition(0, ivar0, 0, 0, new WidgetPointer(624,15));
|
|
setWidgetText(new WidgetPointer(624,70), intToStr(bitconfig_4109));
|
|
playSoundEffect(4026, 1, 0);
|
|
return;
|
|
}
|