Added initial version
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
string script_278(int arg0) {
|
||||
switch (arg0) {
|
||||
case 1:
|
||||
return "Standard";
|
||||
case 3:
|
||||
return "Large";
|
||||
case 2:
|
||||
return "Slim";
|
||||
case 6:
|
||||
return "Double";
|
||||
case 5:
|
||||
return "Wood";
|
||||
case 4:
|
||||
return "Bone";
|
||||
}
|
||||
return "Unknown hook";
|
||||
}
|
||||
Reference in New Issue
Block a user