Startneurotoxins: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{lang|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]]
[[Category: Console Commands]]

Latest revision as of 18:48, 17 May 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