Startneurotoxins: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎See also: Unicodifying, replaced: See Also → See also)
(Update information about command availability)
Line 1: Line 1:
{{this is a|console command|name=startneurotoxins}}
{{this is a|console command|series=portal|name=startneurotoxins}}
Startneurotoxins is a command in Portal 1 that starts a neurotoxin countdown timer that synchronizes with the vgui_neurotoxin_countdown and kills the player after the specified time.
The command starts a neurotoxin countdown timer that synchronizes with any {{ent|vgui_neurotoxin_countdown}} entities in the map and kills the player after the specified time. It is used in the final fight with [[GLaDOS]] in {{Portal|4}}.
{{warning|Although still present, this command is non-functional in {{Portal2|4}}. Instead, use a {{ent|point_hurt}} to kill the player, and the <code>countdown</code> KeyValue of {{ent|vgui_neurotoxin_countdown}} to set the timer.}}


== See also ==
== See also ==


* [[Creating Portal Neurotoxin Gas]]
* [[Creating Portal Neurotoxin Gas]]

Revision as of 06:37, 13 April 2024

startneurotoxins is a console command available in Portal series Portal series. The command starts a neurotoxin countdown timer that synchronizes with any vgui_neurotoxin_countdown entities in the map and kills the player after the specified time. It is used in the final fight with GLaDOS in Portal Portal.

Warning.pngWarning:Although still present, this command is non-functional in Portal 2 Portal 2. Instead, use a point_hurt to kill the player, and the countdown KeyValue of vgui_neurotoxin_countdown to set the timer.

See also