Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
20
_module/nss/evil_advqst3.nss
Normal file
20
_module/nss/evil_advqst3.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
#include "rd_questinc"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oBoss;
|
||||
object oPC;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
|
||||
object oPartyMember = GetFirstFactionMember(oPC, TRUE);
|
||||
while (GetIsObjectValid(oPartyMember) == TRUE)
|
||||
{
|
||||
SetLocalInt(oPartyMember,"EvilQuest",3);
|
||||
oPartyMember = GetNextFactionMember(oPC, TRUE);
|
||||
}
|
||||
|
||||
oBoss = GetSpecificCamp(oPC,OBJECT_SELF,"DP1",1,"angelic");
|
||||
CreateItemOnObject("en4_orb",oBoss);
|
||||
SetLocalString(OBJECT_SELF,"Quest3",GetTag(oBoss));
|
||||
}
|
Reference in New Issue
Block a user