mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
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;
|
|
}
|