Additional turrets


Adds more turrets and shells.

Content
3 years ago
0.17 - 1.1
25.0K
Combat

i Error on start

4 years ago
(updated 4 years ago)
4 years ago

What is Action_Delivery?

4 years ago
(updated 4 years ago)

I haven't messed much with it, but here it is in your code:

if capsule.capsule_action.attack_parameters and capsule.capsule_action.attack_parameters.ammo_type.action.action_delivery.projectile then

You could simply change this line to this to avoid the problem:

if capsule.capsule_action and capsule.capsule_action.attack_parameters and capsule.capsule_action.attack_parameters.ammo_type and capsule.capsule_action.attack_parameters.ammo_type.action and capsule.capsule_action.attack_parameters.ammo_type.action.action_delivery and capsule.capsule_action.attack_parameters.ammo_type.action.action_delivery.projectile then

4 years ago

I'm working on Discord with someone who helps me with the mod, but I didn't have the overview because I ported the mod and he had rewritten a lot of the code^^
That's why I asked
But I have written to him and asked him owing to the problem
sry for Error i use Translater^^

4 years ago

code is fixed

New response