sheldonshotty Posted February 16, 2016 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
DarthRevan101 Posted February 16, 2016 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
sheldonshotty Posted February 16, 2016 Author 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
Hassat Hunter Posted February 27, 2016 Posted February 27, 2016 *points at TSLRCM Lootscript download* Quote
aneeryrlue Posted June 15, 2016 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
Fair Strides Posted June 15, 2016 Posted June 15, 2016 Replying to Aneerylue in the PM he sent me, so hopefully he'll stop spamming the forums. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.