Amon_PRC8/_module/nss/give_mappedra.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

17 lines
500 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName give_mappedra
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 4/7/2004 12:11:54 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("di_map2dread_isl", GetPCSpeaker(), 1);
// Remove some gold from the player
TakeGoldFromCreature(25000, GetPCSpeaker(), TRUE);
}