RoT2_PRC8/_module/nss/aw_getwhorekey.nss
Jaysyn904 499aba4eb3 Initial upload
Initial upload
2023-09-25 18:13:22 -04:00

17 lines
499 B
Plaintext

//::///////////////////////////////////////////////
//:: 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);
}