Command to toggle on/offSuggestion

is it possible to add a small command that will alow you to put on and off instead off toggle
ive seen this on a server and i think its cool

because now when you have a big base and you have turrets on, and after that you place more turrets, they will put new turrets on but old turrets off 

/turrets 
(will toggle the ones that are off to on and on to off)

/turrets on/off will put all in range on or off

Yes, this can be done. I cannot give you an eta as to when I will have it done.

cool, looking forward to that 
ill try something myself for now with a littebit noob scripting 

any progress :P? 

uhm i found the location where i can put this, however im a noob on this so how can i make it that when typing /turrets on
it will not only see the /turrets 

if ( turret == null )
{
return;
}
// Turn turret on if off, off if on, make sure data is right
if ( turret.IsOnline() )
{
PowerTurretOff( turret );
}
else
{
PowerTurretOn( turret );
}

i can also just make 2 more plugins with on and off but i want to use the same command /turret or /turrets

5d3c9ece76a6e.png August
Yes, this can be done. I cannot give you an eta as to when I will have it done.

haha any progress on this, ill pay you for it :P

also i want my sams to be on when placed is this possible?

This would be a great addition
Hi all, this has been added to version 3.1.4.

Merged post

Hi all, this has been added to version 3.1.4.