mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Added initial version
This commit is contained in:
commit
b452bd670c
13290 changed files with 1178433 additions and 0 deletions
20
dumps/scripts/76.cs2
Normal file
20
dumps/scripts/76.cs2
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
void script_76() {
|
||||
string svar0;
|
||||
svar0 = "null";
|
||||
if (globalint_3 != -1) {
|
||||
globalint_3 = add(globalint_3, 1);
|
||||
if (globalint_3 >= 20) {
|
||||
globalint_3 = 0;
|
||||
}
|
||||
if (globalint_3 == globalint_4) {
|
||||
globalstring_1 = "";
|
||||
globalint_3 = -1;
|
||||
} else {
|
||||
svar0 = script_79(globalint_3);
|
||||
if (strLength(svar0) > 0) {
|
||||
globalstring_1 = svar0;
|
||||
}
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue