mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
10 lines
169 B
Text
10 lines
169 B
Text
void script_2237() {
|
|
playSoundEffect(8729, 1, 0);
|
|
if (((boolean)globalint_1132)) {
|
|
globalint_1132 = 1;
|
|
} else {
|
|
globalint_1132 = 0;
|
|
}
|
|
script_2220();
|
|
return;
|
|
}
|