mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
16 lines
567 B
Text
16 lines
567 B
Text
void script_1359(int arg0) {
|
|
if ((globalint_1024 == bitconfig_6521) && (globalint_1024 != 0)) {
|
|
if ((arg0 == 12582937) || (arg0 == 12583010)) {
|
|
if (globalint_1024 == 28) {
|
|
setScriptCallOnGameloop(1427, new WidgetPointer(arg0), "I", new WidgetPointer(192,98));
|
|
} else {
|
|
setScriptCallOnGameloop(1427, new WidgetPointer(arg0), "I", new WidgetPointer(192,25));
|
|
}
|
|
} else {
|
|
setScriptCallOnGameloop(1427, new WidgetPointer(arg0), "I", new WidgetPointer(arg0));
|
|
}
|
|
} else {
|
|
setScriptCallOnGameloop(-1, "", new WidgetPointer(arg0));
|
|
}
|
|
return;
|
|
}
|