Initial upload
Initial upload.
This commit is contained in:
12
_module/nss/m1q4hemmeltake02.nss
Normal file
12
_module/nss/m1q4hemmeltake02.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "NW_I0_Plot"
|
||||
void main()
|
||||
{
|
||||
ActionPauseConversation();
|
||||
ActionTakeItem(GetItemPossessedBy(GetPCSpeaker(),"M1Q04INOBAMULET"),GetPCSpeaker());
|
||||
ActionResumeConversation();
|
||||
if(GetLocalInt(OBJECT_SELF,"NW_L_XPGiven") == FALSE)
|
||||
{
|
||||
SetLocalInt(OBJECT_SELF,"NW_L_XPGiven",TRUE);
|
||||
RewardXP("m1q4_Amulet",100,GetPCSpeaker());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user