mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
8 lines
158 B
Text
8 lines
158 B
Text
void script_2231() {
|
|
if (globalint_1129 > 0) {
|
|
playSoundEffect(8729, 1, 0);
|
|
globalint_1129 = subtract(globalint_1129, 1);
|
|
script_2220();
|
|
}
|
|
return;
|
|
}
|