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:
Resxt
2025-09-20 15:09:21 +02:00
parent 15c0cbf7cb
commit 8cceef1167

View File

@@ -60,7 +60,7 @@ ThreadGodMode()
for(;;)
{
self waittill("spawned_player");
self waittill_any("spawned_player", "gr_eject_sequence_complete"); // Origins robot ejected
self DoGodMode(true);
}