I'm trying to have a button, trigger a multi_manager which will set off a message (at 0.1), and a water rising (at 0.2).
Button - Target: Drown
Multi_manager - Name: Drown
- message 0.1
- backwash 0.2
Water - Name: backwashText - Name: message
Now whenever I press the button, the water rises, however the message doesn't go off... help would be appriciated, thanks.
Also, is there anyway my func_button can target/set-off 2 things... IMO it'd be a lot easier.