mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-15 19:10:18 -07:00
Added initial version
This commit is contained in:
commit
b1dccb3fed
14153 changed files with 1285206 additions and 0 deletions
21
dumps/scripts/1972.cs2
Normal file
21
dumps/scripts/1972.cs2
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
void script_1972(int arg0,int arg1,int arg2) {
|
||||
if (arg2 != 1) {
|
||||
return;
|
||||
}
|
||||
playSoundEffect(4911, 1, 0);
|
||||
switch (arg0) {
|
||||
case 0:
|
||||
globalint_618 = mod(add(globalint_618, 1), 26);
|
||||
break;
|
||||
case 1:
|
||||
globalint_619 = mod(add(globalint_619, 1), 26);
|
||||
break;
|
||||
case 2:
|
||||
globalint_620 = mod(add(globalint_620, 1), 26);
|
||||
break;
|
||||
case 3:
|
||||
globalint_621 = mod(add(globalint_621, 1), 26);
|
||||
}
|
||||
script_1971(arg0, arg1);
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue