17 lines
194 B
Plaintext
17 lines
194 B
Plaintext
|
|
#include "nw_i0_generic"
|
|
|
|
|
|
void main()
|
|
{
|
|
|
|
object oLupo = GetObjectByTag("Lupo");
|
|
|
|
ChangeToStandardFaction(oLupo, STANDARD_FACTION_HOSTILE);
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
ActionAttack(oPC);
|
|
|
|
}
|