2022-10-07 14:20:31 -04:00
|
|
|
#include "nw_i0_plot"
|
2024-06-04 20:14:31 -04:00
|
|
|
|
2022-10-07 14:20:31 -04:00
|
|
|
void main()
|
|
|
|
{
|
|
|
|
object oStore = GetNearestObjectByTag("Custom1007");
|
|
|
|
if (GetObjectType(oStore) == OBJECT_TYPE_STORE)
|
|
|
|
{
|
2024-06-04 20:14:31 -04:00
|
|
|
gplotAppraiseOpenStore(oStore, GetPCSpeaker());
|
2022-10-07 14:20:31 -04:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
|
|
|
|
}
|
|
|
|
}
|