Initial commit
Initial commit [v9.7]
This commit is contained in:
8
_module/nss/hench_remove.nss
Normal file
8
_module/nss/hench_remove.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
//This script will remove a henchperson from your party.
|
||||
|
||||
void main()
|
||||
{
|
||||
//Remove henchperson from the party.
|
||||
object oPC = GetPCSpeaker();
|
||||
RemoveHenchman(oPC, OBJECT_SELF);
|
||||
}
|
||||
Reference in New Issue
Block a user