I doubt that is possible ive read the e-gate documentation quite a few times and an e-gate can only simulate anything within the gates and chips i think.
Yeah how do I tell the expression to do something when a key is pressed on number pad, when the numberpad input is in the expression so I dont need to spawn numberpads outside.
I doubt that is possible ive read the e-gate documentation quite a few times and an e-gate can only simulate anything within the gates and chips i think.
Not possible, would be nice, but due to the nature of the expression gate it is not possible in its current form, because things in the code can't trigger an execution, only scheduled events or inputs. Hence, for this to work it would have to be some "mode" that executes the script everytime the user presses a button, etc, etc. So, useful perhaps, but too much work to implement at the moment, and would probably be hard to find a suitable way to do it aswell.
How would it be hard?
Just combine the numpad input with wire.
It could be like
Num(Trigger,On Value, Off Value) = NumOut
NumOut = 1 -> sdfsdfds = 1;
Thats not possible?
He is talking about coding the numpad input into the expression gate , its not expression code its lua i think. He is a programmer himself , knows a lot of coding languages so if he says its hard it has go to be hard.
Bookmarks