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/75.cs2
Normal file
21
dumps/scripts/75.cs2
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
void script_75() {
|
||||
int ivar0;
|
||||
string svar0;
|
||||
ivar0 = globalint_3;
|
||||
svar0 = "null";
|
||||
if (ivar0 == -1) {
|
||||
ivar0 = globalint_4;
|
||||
}
|
||||
if (globalint_3 != globalint_4) {
|
||||
ivar0 = subtract(ivar0, 1);
|
||||
if (ivar0 < 0) {
|
||||
ivar0 = 19;
|
||||
}
|
||||
svar0 = script_79(ivar0);
|
||||
if (strLength(svar0) > 0) {
|
||||
globalstring_1 = svar0;
|
||||
globalint_3 = ivar0;
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue