Initial commit
Initial commit [v9.7]
This commit is contained in:
18
_module/nss/rghp_factin_hstl.nss
Normal file
18
_module/nss/rghp_factin_hstl.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "nw_i0_generic"
|
||||
#include "x0_i0_partywide"
|
||||
|
||||
void main()
|
||||
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
// Give 10 experience (to party) to the PC.
|
||||
GiveXPToAll(oPC, 10);
|
||||
|
||||
object oRedGodHighPriest = GetObjectByTag("RedGodHighPriest");
|
||||
ChangeToStandardFaction(oRedGodHighPriest, STANDARD_FACTION_HOSTILE);
|
||||
ActionAttack(oPC);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user