Initial commit
Initial commit [v9.7]
This commit is contained in:
17
_module/nss/remove_myrra.nss
Normal file
17
_module/nss/remove_myrra.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oTarget;
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
oTarget=GetHenchman(oPC);
|
||||
|
||||
if (GetTag(oTarget)=="Myrra")
|
||||
{
|
||||
RemoveHenchman(oPC, oTarget);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user