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

15 lines
418 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_silver_forge1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/10/2003 11:28:49 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("silverbullets", GetPCSpeaker(), 1);
}