RoT2_PRC8/_module/nss/aw_getwhorekey.nss

17 lines
499 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
//::///////////////////////////////////////////////
//:: 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);
}