HiddenTradition_PRC8/_module/nss/at_give_blackcur.nss
2024-06-20 15:47:42 -04:00

14 lines
410 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_give_blackcur
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 04/04/04 21:04:16
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("blackdragonspeci", GetPCSpeaker(), 1);
}