mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
12 lines
284 B
Text
12 lines
284 B
Text
void script_2216() {
|
|
if (standart_config_1700 == 2) {
|
|
if (((boolean)globalint_1137)) {
|
|
playSoundEffect(8731, 1, 0);
|
|
}
|
|
globalint_1137 = 1;
|
|
setScriptCallOnGameloop(2214, "", new WidgetPointer(932,1));
|
|
} else {
|
|
messageType0("There is nothing to push off!");
|
|
}
|
|
return;
|
|
}
|