mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Added initial version
This commit is contained in:
commit
b452bd670c
13290 changed files with 1178433 additions and 0 deletions
21
dumps/scripts/3976.cs2
Normal file
21
dumps/scripts/3976.cs2
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
void script_3976(int arg0,int arg1,int arg2) {
|
||||
if (arg2 != 1) {
|
||||
return;
|
||||
}
|
||||
script_41(69206179);
|
||||
globalint_1416 = arg1;
|
||||
setWidgetIsHidden(true, new WidgetPointer(1056,92));
|
||||
setWidgetIsHidden(true, new WidgetPointer(1056,94));
|
||||
setWidgetIsHidden(false, new WidgetPointer(1056,125));
|
||||
setWidgetIsHidden(false, new WidgetPointer(1056,122));
|
||||
if (((boolean)script_3999(arg0))) {
|
||||
if (bitconfig_8588 == 4094) {
|
||||
script_3977(bitconfig_8587);
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
script_3977(arg0);
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue