12 lines
172 B
Plaintext
12 lines
172 B
Plaintext
|
//Remove henchman
|
||
|
|
||
|
#include "nw_i0_henchman"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
SetFormerMaster(GetPCSpeaker(), OBJECT_SELF);
|
||
|
RemoveHenchman(GetPCSpeaker());
|
||
|
ClearAllActions();
|
||
|
}
|
||
|
|