Initial Upload
Initial Upload
This commit is contained in:
13
_module/nss/ms_dyeshop_docks.nss
Normal file
13
_module/nss/ms_dyeshop_docks.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "nw_i0_plot"
|
||||
void main()
|
||||
{
|
||||
object oStore = GetNearestObjectByTag("dye_shop_m_forge");
|
||||
if (GetObjectType(oStore) == OBJECT_TYPE_STORE)
|
||||
{
|
||||
OpenStore(oStore, GetPCSpeaker());
|
||||
}
|
||||
else
|
||||
{
|
||||
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user