forked from 2009Scape/Server
9 lines
164 B
Text
9 lines
164 B
Text
void script_2318(int arg0) {
|
|
if (arg0 != 1) {
|
|
return;
|
|
}
|
|
playSoundEffect(2266, 1, 0);
|
|
bitconfig_8348 = subtract(1, bitconfig_8348);
|
|
script_2319();
|
|
return;
|
|
}
|