Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
18
_module/nss/en4_maelore_rwd.nss
Normal file
18
_module/nss/en4_maelore_rwd.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "rd_treasure"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
|
||||
SetLocalInt(OBJECT_SELF,"Teleport",1);
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
|
||||
object oPartyMember = GetFirstFactionMember(oPC, TRUE);
|
||||
while (GetIsObjectValid(oPartyMember) == TRUE)
|
||||
{
|
||||
GetArtifact(oPartyMember);
|
||||
SetLocalInt(oPartyMember,"EvilQuest",5);
|
||||
oPartyMember = GetNextFactionMember(oPC, TRUE);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user