9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
|
#include "hench_i0_ai"
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
SetIsTemporaryEnemy(oPC, OBJECT_SELF);
|
||
|
SetPlotFlag(OBJECT_SELF, FALSE);
|
||
|
HenchDetermineCombatRound();
|
||
|
}
|