AutomateTurretToggle

From Vendetta Online Wiki
Revision as of 04:07, 13 August 2021 by Luxen (talk | contribs) (created for easy access; other "toggles" could be made using this setup as a template.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This bind allows one to toggle his turrets between an automated state.

Code:

alias turretOn "+ActivateTurrets; echo turrets on; alias turretToggle turretOff"
alias turretOff "-ActivateTurrets; echo turrets off; alias turretToggle turretOn"
alias turretToggle turretOn

Aliases

Bind the following commands to the key of your choice:

Command Description
turretToggle Toggles turret automation.

Credit

Created by Luxen De'Mark.