Initial Upload
Initial Upload
This commit is contained in:
16
_module/nss/drowprinces_give.nss
Normal file
16
_module/nss/drowprinces_give.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName drowprinces_give
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 19/01/2004 23:34:03
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
void main()
|
||||
{
|
||||
// Give the speaker the items
|
||||
CreateItemOnObject("drowkey", GetPCSpeaker(), 1);
|
||||
RewardPartyXP(3500, GetPCSpeaker(), FALSE);
|
||||
SetLocalInt(OBJECT_SELF, "drowp", 1);
|
||||
|
||||
}
|
Reference in New Issue
Block a user