Files
dsrc/sku.0/sys.server/compiled/game/script/npe/make_invulnerable.script
T
2013-09-10 23:17:15 -07:00

8 lines
127 B
Plaintext

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