Added initial version
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
int script_3274() {
|
||||
switch (globalint_1320) {
|
||||
case 1:
|
||||
return 5000;
|
||||
case 2:
|
||||
return 5500;
|
||||
case 3:
|
||||
return 6000;
|
||||
case 4:
|
||||
return 6500;
|
||||
case 5:
|
||||
return 7000;
|
||||
}
|
||||
return 10000;
|
||||
}
|
||||
Reference in New Issue
Block a user