Added initial version
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
string script_277(int arg0) {
|
||||
switch (arg0) {
|
||||
case 1:
|
||||
return "Worm";
|
||||
case 2:
|
||||
return "Maggot";
|
||||
case 3:
|
||||
return "Cricket";
|
||||
case 4:
|
||||
return "Locust";
|
||||
case 5:
|
||||
return "Cray";
|
||||
case 6:
|
||||
return "Shrimp";
|
||||
case 7:
|
||||
return "Green moth";
|
||||
case 8:
|
||||
return "Grey moth";
|
||||
}
|
||||
return "Unknown bait";
|
||||
}
|
||||
Reference in New Issue
Block a user