View Single Post
blacktr4sh
Junior Member
Join Date: Apr 2020
Old 08-26-2020 , 02:20   Re: How to fire an input on an entity that has a parameter?
Reply With Quote #3

Quote:
Originally Posted by DJ Tsunami View Post
Use one of the SetVariant functions before AcceptEntityInput.
So it is as simple as this?
Code:
SetVariantInt(1);
AcceptEntityInput(entity, "Multiply");
If so, thanks and solved.

Last edited by blacktr4sh; 08-26-2020 at 02:20.
blacktr4sh is offline