Initial upload
Initial upload
This commit is contained in:
16
_module/nss/aw_givetooth.nss
Normal file
16
_module/nss/aw_givetooth.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName aw_givetooth
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 11/23/2003 4:09:18 PM
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
// Give the speaker some XP
|
||||
GiveXPToCreature(GetPCSpeaker(), 1000);
|
||||
|
||||
// Give the speaker the items
|
||||
CreateItemOnObject("awquestitem", GetPCSpeaker(), 1);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user