AOC_PRC8/_module/nss/divine_ammo2.nss
Jaysyn904 5e558169a0 Initial Commit
Initial Commit
2025-04-03 11:24:16 -04:00

18 lines
588 B
Plaintext

//::///////////////////////////////////////////////
//:: 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);
}