mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
12 lines
267 B
Text
12 lines
267 B
Text
void script_1701() {
|
|
if (((boolean)globalint_1052)) {
|
|
playSoundEffect(8123, 1, 0);
|
|
globalint_1052 = 0;
|
|
} else {
|
|
playSoundEffect(8096, 1, 0);
|
|
globalint_1052 = 1;
|
|
}
|
|
setScriptCallOnGameloop(1702, 0, "i", new WidgetPointer(271,9));
|
|
script_1700();
|
|
return;
|
|
}
|