mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
15 lines
505 B
Text
15 lines
505 B
Text
cs2func_script_987_struct(1,1,0) script_987(int arg0) {
|
|
switch (arg0) {
|
|
case 0:
|
|
return newstruct cs2func_script_987_struct(1, "Equipment");
|
|
case 1:
|
|
return newstruct cs2func_script_987_struct(1, "Monsters");
|
|
case 2:
|
|
return newstruct cs2func_script_987_struct(1, "Slayer Masters");
|
|
case 3:
|
|
return newstruct cs2func_script_987_struct(1, "Dungeoneering");
|
|
case 4:
|
|
return newstruct cs2func_script_987_struct(1, "Milestones");
|
|
}
|
|
return newstruct cs2func_script_987_struct(-1, "");
|
|
}
|