generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
17
_module/nss/divine_ammo2.nss
Normal file
17
_module/nss/divine_ammo2.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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);
|
||||
}
|
||||
Reference in New Issue
Block a user