Author Topic: Input Event - onItemPickup  (Read 11893 times)

I was wondering;
Is it possible to have a brick fire the items a certain player has equiped through events? Maybe like:
onActivate -> playersID -> fireEquipedWeapon. and could it be compatable with the trust system?

It's possible. Such a thing should have a check to make sure it doesn't fire tools e.g. hammers and wands, as they could cause problems.

Some weapons have special firing mechanisms, though: the Sword and Bow 'fire' (attack) while held down, the Minigun needs a second warm-up, the Gun needs repetitive clicking, etc. How would this be handled?