So here we go.
I'm pretty experienced when it comes to mapping, scripting, and decorate codes.
That said, I still have a lot about coding to learn. A LOT.
One such thing is this little thing I can't figure a way to get working in a mod I'm maintaining.
Spoiler:(Important: This script is executed by an enter script. These scripts are handled in a global ACS.)
This is an If\Then check script, nothing special.
It checks whether or not sv_fastmonsters returns a positive value, aka checks whether fast monsters is on.
(That open script also sets sv_fastmonsters to 1)
If the check script detects that fast monsters has been deactivated, an easter-egg will play, followed by fast monsters being re-activated. The sounds that play are clips Gunnery Sgt. Hartman's dialogue from Fullmetal Jacket.
And the script's end is supposed to kill the player who deactivates sv_fastmonsters.
I originally got this working by dropping a rocket explosion at the player's feet.
But my friend, who came up with the idea of renewing Hard Doom, told me that having an explosion spawn at someone's feet can potentially be used to troll ala running next to someone else and killing them.
So the next idea was to have the script itself kill the player.
There in lies the challenge, I'm trying to get this working over a server.
So far, none of my efforts have yielded results.
Any help to solve this would be greatly appreciated.
Cheers, and Merry Christmas! :3