sheldonshotty 0 Posted February 16, 2016 Hey guys, i am working on something/Trying out modding but i dont have the merchant script because Lucas Fourms is down for me, The code is featured in this video at 27:30, If anyone has this code that i could copy, i would love you, thanks!Video Link: Quote Share this post Link to post Share on other sites
DarthRevan101 104 Posted February 16, 2016 void main() { object oStore = GetObjectByTag("Tag Of Your Store"); if (!GetIsObjectValid(oStore)) oStore = CreateObject(OBJECT_TYPE_STORE, "ResRef Of Your Store", GetLocation(OBJECT_SELF)); if (GetIsObjectValid(oStore)) DelayCommand(0.5, OpenStore(oStore, GetPCSpeaker())); } Here ya go. 1 Quote Share this post Link to post Share on other sites
sheldonshotty 0 Posted February 16, 2016 void main() { object oStore = GetObjectByTag("Tag Of Your Store"); if (!GetIsObjectValid(oStore)) oStore = CreateObject(OBJECT_TYPE_STORE, "ResRef Of Your Store", GetLocation(OBJECT_SELF)); if (GetIsObjectValid(oStore)) DelayCommand(0.5, OpenStore(oStore, GetPCSpeaker())); } Here ya go. Thank you so much! Quote Share this post Link to post Share on other sites
Hassat Hunter 571 Posted February 27, 2016 *points at TSLRCM Lootscript download* Quote Share this post Link to post Share on other sites
aneeryrlue 13 Posted June 15, 2016 These lines solved a problem of my script! But, i got an another glitch or something with this script lines, when i close my store i can't click on objects, can't use anything even can't press escape to acess menu. why? is here anything for me to resolve this ? Quote Share this post Link to post Share on other sites
Fair Strides 509 Posted June 15, 2016 Replying to Aneerylue in the PM he sent me, so hopefully he'll stop spamming the forums. Quote Share this post Link to post Share on other sites