Author Topic: onActivate  (Read 826 times)

In a function what is the name of onActivate or Activate.

Example ~ You click and your hand moves.

Code: [Select]
function GameConnection::onActivate(%args)

Wait, are you talking about your hand moving in general, using a tool, or the wrench event input event onActivate?

In a function what is the name of onActivate or Activate.

Example ~ You click and your hand moves.

Code: [Select]
function GameConnection::onActivate(%args)

...

I think it's built into Armor::onTrigger


I think it's built into Armor::onTrigger
Thinking the same thing.

As far as I know you'd have to go into Armor::onTrigger and filter it to only the left click, then to only when you have no weapons/items out.

Wait, are you talking about your hand moving in general, using a tool, or the wrench event input event onActivate?

Your hand moves in each of these though.

Intresting.

Edit - I didn't say anything like that I said if you click your hand moves.

Sorry for the confusion then.