forked from 2009Scape/Server
8 lines
158 B
Text
8 lines
158 B
Text
void script_2235() {
|
|
if (globalint_1130 > 0) {
|
|
playSoundEffect(8729, 1, 0);
|
|
globalint_1130 = subtract(globalint_1130, 1);
|
|
script_2220();
|
|
}
|
|
return;
|
|
}
|