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
28
dumps/scripts/357.cs2
Normal file
28
dumps/scripts/357.cs2
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
void script_357(int arg0,int arg1,int arg2) {
|
||||
if (arg0 != 1) {
|
||||
return;
|
||||
}
|
||||
switch (arg2) {
|
||||
case 0:
|
||||
globalint_1015 = arg1;
|
||||
break;
|
||||
case 1:
|
||||
globalint_1016 = arg1;
|
||||
break;
|
||||
case 2:
|
||||
globalint_1017 = arg1;
|
||||
break;
|
||||
case 3:
|
||||
globalint_1018 = arg1;
|
||||
break;
|
||||
case 4:
|
||||
globalint_1019 = arg1;
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
}
|
||||
playSoundEffect(9830, 1, 0);
|
||||
cs2method404(arg2, arg1);
|
||||
script_391();
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue