Loading Webpage Failing
I just put together a small table to pull up a page from Noah Webster's Dictionary (it's a brainstorming technique that works well for me).? The URL appears to be well-formed, but when I click on the
By
sdavies2720
·
#9921
·
|
Re: Loop question
Thanks, that worked great.
Scott
Sent: Tuesday, November 1, 2022 13:05
To: [email protected]
Subject: Re: [TableSmith] Loop question
Scott
I find that if I need a loop that I might
By
Scott
·
#9920
·
|
Re: Loop question
Scott
I find that if I need a loop that I might need to break out of, I use While~ and a counter. To break out, you just set the counter variable to the value needed to satisfy the
By
Vance
·
#9919
·
|
Loop question
Hi again,
Is there a way to jump out of a loop? I don't want to stop the execution of the rest of the group, so "{Stop~Text}" will not work.
Scott
By
Scott
·
#9918
·
|
Re: Split Function
Okay, thanks guys. Here is what the final line looks like. I also shortened the group name.
1,|variable=[Skills3.GenFt]|{Split~variable,",",Feat,EPF} Your armor gives you the %Feat% Feat
By
Scott
·
#9917
·
|
Re: Split Function
Need more caffeine
Vance is right that the Split~ function needs to take a variable and can't take a group call.
Also the group name in the variable assignment has to match the group name in the
By
ErolB1
·
#9916
·
|
Re: Split Function
Scott,
From the help file ¡ ¡°Following the "~", is the name of a variable (without "%"'s), then a delimiter (in quotes), and then a list of variables.¡±
Your table uses a group call instead of a
By
Vance
·
#9915
·
|
Re: Split Function
It looks like you left off the "_EPF"
{Split~[Skills3.GenFt], "," %Feat%, %EPF%} will give that "group not found" error because you set it looking for the group Skills3.GenFt when the group wanted is
By
ErolB1
·
#9914
·
|
Split Function
I am using this to get back two items, from a Skills3 table. I want the feat
name and EPF number. Can anyone tell me where I went wrong?
1,You gain the {Split~[Skills3.GenFt], "," %Feat%,
By
Scott
·
#9913
·
|
File /D&D 1st NPC and Spellbooks.zip uploaded
#file-notice
The following files and folders have been uploaded to the Files area of the [email protected] group.
* /D&D 1st NPC and Spellbooks.zip (
By
Group Notification <noreply@...>
·
#9912
·
|
Re: NPC generator table for AD&D 1st Edition
#dnd
I've uploaded a ZIP to the Files section with my attempt, great for 1st, daunted by the workload of higher levels! Plus spellbook generation. Under??D&D 1st NPC and Spellbooks.zip. Hope it's
By
Hugh Foster
·
#9911
·
|
Re: NPC generator table for AD&D 1st Edition
#dnd
Got it - thanks very much :) When I'm not 3 beers in I'll swap for what I have, which does a very thorough job at L1 but now my DM wants me to expand it to higher levels, doh!
By
Hugh Foster
·
#9910
·
|
Re: NPC generator table for AD&D 1st Edition
#dnd
Sorry to spam, but I realized when I browsed the code that I did actually include the transcribed items list from the DMG/FF charts so
I think I got about 75% of the way through when I got distracted
By
Noah Stevens
·
#9909
·
|
Re: NPC generator table for AD&D 1st Edition
#dnd
Hi Hugh - sorry about the wait. Left my computer at work.
I've not posted a file to the group, before. Bear with me a minute. If you want to get the names files I have for some of this stuff, it's
By
Noah Stevens
·
#9908
·
Edited
|
Re: NPC generator table for AD&D 1st Edition
#dnd
Please! That would be great. Thank you
By
Hugh Foster
·
#9907
·
|
Re: NPC generator table for AD&D 1st Edition
#dnd
I have one, to generate NPC parties in the manner that is outlined in the
DMG and Fiend Folio, but it's only partly working at the moment (it nicely
generates level 1 PCs that adhere very minimally to
By
Noah Stevens
·
#9906
·
|
NPC generator table for AD&D 1st Edition
#dnd
Hi, shot in the dark, but has anyone ever made a table to produce AD&D characters above 1st level? Would save me a coding run! :)
By
Hugh Foster
·
#9905
·
|
Re: Datasets
#error
Seems I remember having that problem on and off back in the early days too. I make it a point since then to use lower case fields.
Vance
Sent from Mail for Windows
Sent: Wednesday, May 11, 2022
By
Vance
·
#9904
·
|
Re: Datasets
#error
I concentrated on matching the names, be interesting to test that. But i have a fix, so I'll stick with it!
11 May 2022 15:39:47 Bruce Gulke via groups.io
By
Hugh Foster
·
#9903
·
|
Re: Datasets
#error
The sample I sent farther up this thread uses mixed case field names and that worked fine for me, so I don't think that's the necessarily the case. However, all the examples of actual data files
By
Bruce Gulke
·
#9902
·
|