original keyconfig wording
- Code: Select all • Expand view
addmenukey "Kick" +Action
alias +Action "pukename StartUserAction always"
alias -Action "pukename StopUserAction always"
defaultbind Q +Action
Modified keyconfig for testing
- Code: Select all • Expand view
addmenukey "Kick" +GonnaKickStuff
alias +GonnaKickStuff"pukename StartKicking always"
alias -GonnaKickStuff"pukename StopKicking always"
defaultbind Q +GonnaKickStuff
With the scripts being renamed and recompiled as necessary. I did also try removing the always tag with no change.
Crash logs provided via SilentDarkness12 in the Heretical Doom topic: download/file.php?id=35185
Edit: Upon further testing, commenting out the <alias -Action "pukename StopKicking always"> seems to avoid the crash. This command is the one that removes the item from the players inventory