Author Topic: Onactivate  (Read 564 times)

Is there anything out there that has On1Activate, On2Activate, and so on?
On1Activate is clicking for the first time, 2activate is 2nd click, is there anthing like this?

I don't think there's an addon for it directly, but you can easily do it with vce

Is there anything out there that has On1Activate, On2Activate, and so on?
On1Activate is clicking for the first time, 2activate is 2nd click, is there anthing like this?
ToggleEventEnabled.

ToggleEventEnabled.
But they have to be able to click it at least 10 times is what I am saying LOL


You could use VCE.
Could you please give me the link to this add on?
If you could, I would like just a direct download, thanks!


But they have to be able to click it at least 10 times is what I am saying LOL
You can still do that with toggleeventenabled. You just need more events.

But they have to be able to click it at least 10 times is what I am saying LOL
Relays and toggleEventEnabled.


Relays and toggleEventEnabled.
Code: [Select]
[][0]OnActivate > Self > fireRelay

[][1]OnRelay > Self > <youreventhere> <stuffhere>

[][2]OnRelay > Self > toggleEventEnabled [0 1 2 3 4 5]

[x][3]OnActivate > Self > fireRelay

[x][4]OnRelay > Self > <youreventhere> <stufhere>

[x][5]OnRelay > Self > toggleEventEnabled [3 4 5 <morenumbershere>]


That is what I meant.