RoT2_PRC8/_module/nss/aw_hillsidedeva.nss
Jaysyn904 499aba4eb3 Initial upload
Initial upload
2023-09-25 18:13:22 -04:00

12 lines
262 B
Plaintext

void main()
{
object oStore = GetNearestObjectByTag("HILLSIDEDRUID");
if (GetObjectType(oStore) == OBJECT_TYPE_STORE)
{
OpenStore(oStore, GetPCSpeaker());
}
else
{
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
}
}