• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Quest Chest Problem!

seto sazo

Member
Joined
Apr 27, 2009
Messages
162
Reaction score
21
Yoyo. So i'm making a 7.6 server and i've added the chest quest script to my 7.6 distro where you put action ID 2000 UID=W.e. And add the item into the chest. The action works and I get my item BUT It also opens up the chest and you can take the quest item out of it. I need to make it where it does the quest action but it doesn't open up the chest, because you can take the item out of the chest then it gets all screwed up and gives you chests for the quests instead of that item. Any help!? Rep!
 
I'm guessing what you're really after is this:

There's somewhere in your script that you're returning true when you shouldn't. Find out where and return false instead and then the container dialog will not open.
 
Back
Top