• 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!

Script help... will give REP++

skrm

New Member
Joined
Mar 15, 2008
Messages
67
Reaction score
0
Code:
local outfit_node = keywordHandler:addKeyword({'brotherhood'}, playerBuyAddonNPC, {premium = true, cost = 0, items = {{6500,3000}}, outfit_female = 279, outfit_male = 278, addon = 1, addon = 2, storageID = 10052, storageID = 10039, storageID = 10040, storageID = 10049})
    outfit_node:addChildKeywordNode(yesNode)
    outfit_node:addChildKeywordNode(noNode)

In this script, it wont let me set multiple storage's, or let me get both addons. it takes the later of the addon or storage id's and leaves the rest out, so for this the only pieces getting used are "addon = 2" and "storageID = 10049", while all other storage and addon's are ignored.

Anyone know what im doing wrong? do i have to put all the values in brackets or something?

Any help is much appreciated.
 
Back
Top