Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
12
nwnds_module/ka_wanderingstor.nss
Normal file
12
nwnds_module/ka_wanderingstor.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void main()
|
||||
{
|
||||
object oStore = GetNearestObjectByTag("wanderingstore");
|
||||
if (GetObjectType(oStore) == OBJECT_TYPE_STORE)
|
||||
{
|
||||
OpenStore(oStore, GetPCSpeaker());
|
||||
}
|
||||
else
|
||||
{
|
||||
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user