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
39
dumps/scripts/3272.cs2
Normal file
39
dumps/scripts/3272.cs2
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
void script_3272(int arg0) {
|
||||
switch (arg0) {
|
||||
case 61145353:
|
||||
if ((globalint_1184 != 1) && ((boolean)globalint_1198)) {
|
||||
globalint_1184 = 1;
|
||||
} else {
|
||||
globalint_1184 = 0;
|
||||
}
|
||||
break;
|
||||
case 61145354:
|
||||
if ((globalint_1184 != 2) && ((boolean)globalint_1199)) {
|
||||
globalint_1184 = 2;
|
||||
} else {
|
||||
globalint_1184 = 0;
|
||||
}
|
||||
break;
|
||||
case 61145364:
|
||||
if ((globalint_1184 != 3) && ((boolean)globalint_1200)) {
|
||||
globalint_1184 = 3;
|
||||
} else {
|
||||
globalint_1184 = 0;
|
||||
}
|
||||
break;
|
||||
case 61145374:
|
||||
if ((globalint_1184 != 4) && ((boolean)globalint_1201)) {
|
||||
globalint_1184 = 4;
|
||||
} else {
|
||||
globalint_1184 = 0;
|
||||
}
|
||||
break;
|
||||
case 61145384:
|
||||
if ((globalint_1184 != 5) && ((boolean)globalint_1202)) {
|
||||
globalint_1184 = 5;
|
||||
} else {
|
||||
globalint_1184 = 0;
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue