Initial Upload
Initial Upload
This commit is contained in:
13
_module/nss/dragon_give_item.nss
Normal file
13
_module/nss/dragon_give_item.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName dragon_give_item
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 05/06/2003 21:02:37
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
// Give the speaker the items
|
||||
CreateItemOnObject("dragonsreward", GetPCSpeaker(), 1);
|
||||
|
||||
}
|
Reference in New Issue
Block a user