Re-uploaded instead of migrated
Re-uploaded instead of migrated.
This commit is contained in:
14
_module/nss/henchleave.nss
Normal file
14
_module/nss/henchleave.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
// * script: henchman_leaves
|
||||
// * NPC Henchman leaves PC.
|
||||
// * Use in [Actions Taken] tab of henchman's departing dialog line.
|
||||
|
||||
#include "nw_i0_henchman"
|
||||
|
||||
void main()
|
||||
{
|
||||
SetFormerMaster(GetPCSpeaker(), OBJECT_SELF);
|
||||
RemoveHenchman(GetPCSpeaker());
|
||||
ClearAllActions();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user