actor spawning HELP!!!
Lu_merlin
Member Posts: 45
This is driving me crazy
So i have this spawner and i want it to always spawn my actor faster. But i don't want it to be based on time but on your score. so i used the modulus of the score. so i said... (atributes are in " " )
Constrain attribute: "A" to "score"%1000
when "A" = 0
change attribute "interval" to "interval" - 0.5
spawn actor every "interval"
so every time the player hits 1000 the time the actor spawns should go down by 0.5 seconds
but it doesn't it just stays at what value i have set "interval"
if anyone can tell me why this isn't working i would be very grateful.
thx in advance
lu_merlin
So i have this spawner and i want it to always spawn my actor faster. But i don't want it to be based on time but on your score. so i used the modulus of the score. so i said... (atributes are in " " )
Constrain attribute: "A" to "score"%1000
when "A" = 0
change attribute "interval" to "interval" - 0.5
spawn actor every "interval"
so every time the player hits 1000 the time the actor spawns should go down by 0.5 seconds
but it doesn't it just stays at what value i have set "interval"
if anyone can tell me why this isn't working i would be very grateful.
thx in advance
lu_merlin
Comments