7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
|
void main()
|
||
|
{
|
||
|
SetPlotFlag(OBJECT_SELF,0);
|
||
|
SetIsTemporaryEnemy(GetPCSpeaker());
|
||
|
ActionAttack(GetPCSpeaker());
|
||
|
}
|