Added initial version
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
string script_1668(int arg0) {
|
||||
switch (arg0) {
|
||||
case 1:
|
||||
return "Herring";
|
||||
case 2:
|
||||
return "Cod";
|
||||
case 3:
|
||||
return "Bass";
|
||||
case 4:
|
||||
return "Trout";
|
||||
case 5:
|
||||
return "Pike";
|
||||
case 6:
|
||||
return "Salmon";
|
||||
}
|
||||
return "Fish";
|
||||
}
|
||||
Reference in New Issue
Block a user