mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Added initial version
This commit is contained in:
commit
b1dccb3fed
14153 changed files with 1285206 additions and 0 deletions
61
dumps/scripts/3437.cs2
Normal file
61
dumps/scripts/3437.cs2
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
void script_3437() {
|
||||
int ivar0;
|
||||
ivar0 = -1;
|
||||
if (((boolean)bitconfig_7912) || (((bitconfig_7904 == 8) && ((boolean)bitconfig_7921)) && ((boolean)bitconfig_7916))) {
|
||||
if (bitconfig_7919 < 3) {
|
||||
if (((boolean)bitconfig_7920)) {
|
||||
ivar0 = cs2method_3408(105, 109, 5079, bitconfig_7919);
|
||||
}
|
||||
if (bitconfig_7920 == 2) {
|
||||
ivar0 = cs2method_3408(105, 109, 5080, bitconfig_7919);
|
||||
}
|
||||
if (bitconfig_7920 == 3) {
|
||||
ivar0 = cs2method_3408(105, 109, 5081, bitconfig_7919);
|
||||
}
|
||||
} else if (bitconfig_7919 < 6) {
|
||||
if (((boolean)bitconfig_7920)) {
|
||||
ivar0 = cs2method_3408(105, 109, 5080, bitconfig_7919);
|
||||
}
|
||||
if (bitconfig_7920 == 2) {
|
||||
ivar0 = cs2method_3408(105, 109, 5081, bitconfig_7919);
|
||||
}
|
||||
if (bitconfig_7920 == 3) {
|
||||
ivar0 = cs2method_3408(105, 109, 5079, bitconfig_7919);
|
||||
}
|
||||
} else if (bitconfig_7919 == 10) {
|
||||
if (bitconfig_7920 == 3) {
|
||||
ivar0 = cs2method_3408(105, 109, 5080, bitconfig_7919);
|
||||
}
|
||||
if (bitconfig_7920 == 2) {
|
||||
ivar0 = cs2method_3408(105, 109, 5081, bitconfig_7919);
|
||||
}
|
||||
if (((boolean)bitconfig_7920)) {
|
||||
ivar0 = cs2method_3408(105, 109, 5079, bitconfig_7919);
|
||||
}
|
||||
} else {
|
||||
if (((boolean)bitconfig_7920)) {
|
||||
ivar0 = cs2method_3408(105, 109, 5081, bitconfig_7919);
|
||||
}
|
||||
if (bitconfig_7920 == 2) {
|
||||
ivar0 = cs2method_3408(105, 109, 5079, bitconfig_7919);
|
||||
}
|
||||
if (bitconfig_7920 == 3) {
|
||||
ivar0 = cs2method_3408(105, 109, 5080, bitconfig_7919);
|
||||
}
|
||||
}
|
||||
setWidgetModel(ivar0, new WidgetPointer(986,3));
|
||||
if (bitconfig_7920 != 0) {
|
||||
setWidgetIsHidden(false, new WidgetPointer(986,5));
|
||||
}
|
||||
if (((boolean)bitconfig_7920)) {
|
||||
setWidgetPosition(30, 205, 0, 0, new WidgetPointer(986,5));
|
||||
} else if (bitconfig_7920 == 2) {
|
||||
setWidgetPosition(112, 205, 0, 0, new WidgetPointer(986,5));
|
||||
} else if (bitconfig_7920 == 3) {
|
||||
setWidgetPosition(196, 205, 0, 0, new WidgetPointer(986,5));
|
||||
} else {
|
||||
setWidgetIsHidden(true, new WidgetPointer(986,5));
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue