Initial commit
Initial commit [v9.7]
This commit is contained in:
16
_module/nss/cnv_hstl_lupo.nss
Normal file
16
_module/nss/cnv_hstl_lupo.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
#include "nw_i0_generic"
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oLupo = GetObjectByTag("Lupo");
|
||||
|
||||
ChangeToStandardFaction(oLupo, STANDARD_FACTION_HOSTILE);
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
ActionAttack(oPC);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user