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/700.cs2
Normal file
21
dumps/scripts/700.cs2
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
int script_700(int arg0) {
|
||||
switch (arg0) {
|
||||
case 1:
|
||||
return bitconfig_1000;
|
||||
case 2:
|
||||
return bitconfig_1001;
|
||||
case 3:
|
||||
return bitconfig_1002;
|
||||
case 4:
|
||||
return bitconfig_1003;
|
||||
case 5:
|
||||
return bitconfig_1004;
|
||||
case 6:
|
||||
return bitconfig_1005;
|
||||
case 7:
|
||||
return bitconfig_1006;
|
||||
case 8:
|
||||
return bitconfig_1009;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue