mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
9 lines
142 B
Text
9 lines
142 B
Text
void script_839() {
|
|
playSoundEffect(4501, 1, 0);
|
|
if (((boolean)bitconfig_4399)) {
|
|
script_841(1);
|
|
} else {
|
|
script_841(0);
|
|
}
|
|
return;
|
|
}
|