Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: myName
Forum: General Authoring Discussion 08-08-18, 10:02 AM
Replies: 11
Views: 7,434
Posted By myName
This is what it presently looks like. Not sure if...

This is what it presently looks like. Not sure if this shreds any light on the situation.


FaithfulDeleteList = {
"1", -- [1]
"6289", -- [2]
"6308", -- [3]
"6309", -- [4]
"17057", -- [5]
"9",...
Forum: General Authoring Discussion 08-08-18, 08:04 AM
Replies: 11
Views: 7,434
Posted By myName
It making it to be bag is not of much concern,...

It making it to be bag is not of much concern, where as the inventory still needs to be scanned to check if itemid from saved table is in the bags to begin with if that makes sense, though I have...
Forum: General Authoring Discussion 08-08-18, 06:45 AM
Replies: 11
Views: 7,434
Posted By myName
if event == "ITEM_PUSH" then -- Search my bags...

if event == "ITEM_PUSH" then
-- Search my bags for item
for bag=0,4 do
for slot=1, GetContainerNumSlots(bag) do
local bagItemID=GetContainerItemID(bag,slot)
for i = 1,...
Forum: General Authoring Discussion 08-08-18, 05:29 AM
Replies: 11
Views: 7,434
Posted By myName
Searching bags for item(s)

What I am trying to do here is loop thru my bags to find items that match an item id. FaithfulDeleteList is a saved variable table of ids that are previously added, but it never reaches the line that...
Forum: General Authoring Discussion 08-06-18, 06:30 PM
Replies: 7
Views: 2,658
Posted By myName
Mkay, that got me on track.

Mkay, that got me on track.
Forum: General Authoring Discussion 08-06-18, 05:08 PM
Replies: 7
Views: 2,658
Posted By myName
Presently I am using SLASH_SERVANT1 =...

Presently I am using

SLASH_SERVANT1 = "/fs"
SlashCmdList.SERVANT = function(input)
local command, link = strsplit(" ", input)

print(command)
print(link)
end
Forum: General Authoring Discussion 08-06-18, 01:58 PM
Replies: 7
Views: 2,658
Posted By myName
The "add" will be needed as I am adding to...

The "add" will be needed as I am adding to table.
Func does return add when printed, so that's not a problem.
Forum: General Authoring Discussion 08-06-18, 01:46 PM
Replies: 7
Views: 2,658
Posted By myName
Passing itemlinks to slash commands

I am wanting to pass an itemlink to a slash command such as
/fs add <Linen Cloth>

but when I use GetItemInfo() BugSack returns "Usage: GetItemInfo(ItemID|"name"|"itemLink")

Presently I am...
Forum: General Authoring Discussion 07-10-18, 06:24 PM
Replies: 3
Views: 3,034
Posted By myName
Thank you for the link. :) Thank you for moving...

Thank you for the link. :)


Thank you for moving the thread. :)
Forum: General Authoring Discussion 07-08-18, 10:53 PM
Replies: 3
Views: 3,034
Posted By myName
Regarding table in savedVariables

Let me just start by saying I am a complete noob to Lua. I would like to save bits of information by using a slash command to add to a table in savedVariables. First off is editing of the table I...
Showing results 1 to 10 of 10