/* * Author: SilentSpike * Start the spectator camera spectator on respawn * * Arguments: * 0: Corpse * 1: Killer * * Return Value: * None * * Public: No */ #include "script_component.hpp" [_this select 1] call FUNC(setSpectator);