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

20 lines
642 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_damasc_smith
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 04/07/03 12:51:00
//:://////////////////////////////////////////////
#include "nw_i0_plot"
void main()
{
// Either open the store with that tag or let the user know that no store exists.
object oStore = GetNearestObjectByTag("st_damascan_smith");
if(GetObjectType(oStore) == OBJECT_TYPE_STORE)
gplotAppraiseOpenStore(oStore, GetPCSpeaker());
else
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
}