mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
11 lines
260 B
Text
11 lines
260 B
Text
void script_2226() {
|
|
if ((globalint_1127 < 15) && (script_2240() < globalint_1135)) {
|
|
playSoundEffect(8729, 1, 0);
|
|
globalint_1127 = add(globalint_1127, 1);
|
|
} else {
|
|
standart_config_1685 = 1;
|
|
playSoundEffect(2277, 1, 0);
|
|
}
|
|
script_2220();
|
|
return;
|
|
}
|