Fixed CCOH, Fixed starting GP, Fixed DMFI languages, Fix cep weapon appearances, Fixed new player start up system. Added PC deleter. Added ACP 4.1. Full compile. Updated release archive.
13 lines
301 B
Plaintext
13 lines
301 B
Plaintext
#include "nw_i0_plot"
|
|
void main()
|
|
{
|
|
object oStore = GetNearestObjectByTag("CraftToolMerchant");
|
|
if (GetObjectType(oStore) == OBJECT_TYPE_STORE)
|
|
{
|
|
gplotAppraiseOpenStore(oStore, GetPCSpeaker());
|
|
}
|
|
else
|
|
{
|
|
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
|
|
}
|
|
} |