mirror of
https://github.com/Resxt/Plutonium-T6-Scripts.git
synced 2025-10-07 07:06:40 +00:00
chat_command_god_mode 1.0.3
Added Origins robot exit as a waittill to re-apply god mode, since the game's script disables invulnerability when you exit it
This commit is contained in:
@@ -60,7 +60,7 @@ ThreadGodMode()
|
|||||||
|
|
||||||
for(;;)
|
for(;;)
|
||||||
{
|
{
|
||||||
self waittill("spawned_player");
|
self waittill_any("spawned_player", "gr_eject_sequence_complete"); // Origins robot ejected
|
||||||
|
|
||||||
self DoGodMode(true);
|
self DoGodMode(true);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user