I need help with prop remembering for a STool, like when you Left Click on a prop, STool remembers it until Left Click is released
I think to use it with STool:Think() and KeyDown( MOUSE_LEFT )
DO NOT REPLY LET IT SINK
I need help with prop remembering for a STool, like when you Left Click on a prop, STool remembers it until Left Click is released
I think to use it with STool:Think() and KeyDown( MOUSE_LEFT )
DO NOT REPLY LET IT SINK
Make it “remember” on key press and key release. I don’t know how it would remember though, bool/string?
Don’t know - I’t a prop so probably by it’s Ent ID
Wait - I have an idea
Write to a string with the entid? I have no idea. I’d have to look into it.
Just store its entity object in a variable?
Yeah, what maker said.
-snip-