//::///////////////////////////////////////////////
//:: FileName divine_ammo
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 4/12/2004 7:17:54 PM
//:://////////////////////////////////////////////
void main()
{

    SetLocalInt(GetPCSpeaker(), "ranged_div", 1);
    object oStore = GetNearestObjectByTag("divine_ammo2");
    if(GetObjectType(oStore) == OBJECT_TYPE_STORE)
        OpenStore(oStore, GetPCSpeaker());
    else
        ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
}