Initial upload
Initial upload
This commit is contained in:
16
_module/nss/aw_getwhorekey.nss
Normal file
16
_module/nss/aw_getwhorekey.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName aw_getwhorekey
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 12/13/2003 12:52:07 AM
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
// Give the speaker the items
|
||||
CreateItemOnObject("awwhorekey", GetPCSpeaker(), 1);
|
||||
|
||||
|
||||
// Remove some gold from the player
|
||||
TakeGoldFromCreature(1000000, GetPCSpeaker(), TRUE);
|
||||
}
|
||||
Reference in New Issue
Block a user