How would I bind two keys to lower/increase a value in CC.
For example
Code:
AddAmmo = AEmitter
PresetName = Particle Vortex2
Mass = 0.01
HitsMOs = 0
GetsHitByMOs = 0
LifeTime = 250
SpriteFile = ContentFile
FilePath = luaguns.rte/Guns/vortex.bmp
FrameCount = 1
SpriteOffset = Vector
X = -5
Y = -5
AtomGroup = AtomGroup
AutoGenerate = 1
Material = Material
CopyOf = Bullet Metal
Resolution = 2
Depth = 0
DeepCheck = 0
AddEmission = Emission
EmittedParticle = AEmitter
CopyOf = Particle Vortex
ParticlesPerMinute = 240
BurstSize = 1
Spread = 3.1
MaxVelocity = 0
MinVelocity = 0
PushesEmitter = 0
EmissionEnabled = 1
EmissionsIgnoreThis = 0
I want to be able to use two keys to lower and increase the LifeTime value.
I don't know too much about lua but I assume it's possible now.
(And yes I'm trying to modify the vortex gun for my own amusement).