Initial Upload
Initial Upload
This commit is contained in:
17
_module/nss/multiple_mob_att.nss
Normal file
17
_module/nss/multiple_mob_att.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "nw_i0_generic"
|
||||
//Put this on action taken in the conversation editor
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
string sCreature = "wolfguard";
|
||||
location locAttacker = GetLocation(oPC);
|
||||
SetLocalInt(oPC , "wolfshaman1", 100);
|
||||
|
||||
|
||||
ActionDoCommand(CreateSignPostNPC(sCreature, locAttacker));
|
||||
ActionDoCommand(CreateSignPostNPC(sCreature, locAttacker));
|
||||
ActionDoCommand(CreateSignPostNPC(sCreature, locAttacker));
|
||||
ActionDoCommand(CreateSignPostNPC(sCreature, locAttacker));
|
||||
|
||||
}
|
Reference in New Issue
Block a user