6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
|
void main()
|
||
|
{
|
||
|
RemoveHenchman(GetMaster(OBJECT_SELF),OBJECT_SELF);
|
||
|
ClearAllActions();
|
||
|
}
|