11 lines
258 B
Plaintext
11 lines
258 B
Plaintext
#include "hench_i0_ai"
|
|
void main()
|
|
{
|
|
SetLocalInt(GetArea(OBJECT_SELF), "Duel", TRUE);
|
|
SetLocalInt(OBJECT_SELF, "Duel", TRUE);
|
|
SetLocalInt(GetPCSpeaker(), "Duel", TRUE);
|
|
|
|
SetIsTemporaryEnemy(GetPCSpeaker());
|
|
HenchDetermineCombatRound();
|
|
}
|