mirror of
https://bitbucket.org/seefoe/dsrc.git
synced 2026-07-31 01:15:55 -04:00
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
//Use this script to make the NPC invulnerable
|
|
|
|
|
|
trigger OnAttach()
|
|
{
|
|
setInvulnerable(self, true );
|
|
return SCRIPT_CONTINUE;
|
|
} |