@birthdates can you add the option to use the RF Transmitter in hand to detonate as an option instead of the SHIFT & Middle mouse as that is pretty buggy at the moment.
Option to use RF transmitter to detonateSuggestion
I will look into this!
Item activeItem = player.GetActiveItem ();
if (activeItem != null && activeItem.info.shortname == "rf.detonator" && input.WasJustPressed (BUTTON.USE)) {
do whatever etc etc
if (scream) {
timer.Once (3f, delegate () { Effect.server.Run ("assets/bundled/prefabs/fx/player/beartrap_scream.prefab", player.transform.position); });
}
}Just an example of code