Files
dsrc/sku.0/sys.server/compiled/game/script/npe/make_invulnerable.script
T

8 lines
127 B
Plaintext

//Use this script to make the NPC invulnerable
trigger OnAttach()
{
setInvulnerable(self, true );
return SCRIPT_CONTINUE;
}