mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
18 lines
386 B
Text
18 lines
386 B
Text
void script_3398(int arg0,int arg1,int arg2) {
|
|
switch (arg0) {
|
|
case 84:
|
|
script_3400();
|
|
return;
|
|
case 13:
|
|
if (isWidgetHidden(new WidgetPointer(915,102))) {
|
|
script_3198(64159808, 64159809, 64159795, 64159787, 64159744);
|
|
} else {
|
|
script_3391();
|
|
}
|
|
return;
|
|
case 1:
|
|
script_3196(2, 64159808, 64159809, 64159795, 64159787, 64159744);
|
|
return;
|
|
}
|
|
return;
|
|
}
|