It looks like you're new here. If you want to get involved, click one of these buttons!
The generator that comes with the program
Random Treasure 1-30
Is giving me Missing Table: CR-number here-Items
I haven't edited that table it any way yet it keeps giving me that trouble so no items are chosen.
I tried to make a new generator and copy/pasting that information keeps giving me the same problem.
Its a Junk generator
`Prompt: Choose a Quantity (1-10) {Random|1|2|3|4|5|6|7|8|9|10}1
Table: TreasureProxy
[when]{$prompt1}=Random[do]{!CRValue=={1d30}}[else]{!CRValue=={$prompt1}}[end][@JunkTreasure]
Table: JunkTreasure
Set: JunkTable=CR{$CRValue}Junk
Set: JunkCount=0
Set: JunkValue=0
CR {$CRValue} Junk...
Total CR{$CRValue} Junk Value: [@GoldCheck with {!TotalValue={$JunkValue}}]
Table: CR1Junk
71:{!JunkCount==0}{!JunkValue==0}No Junk
24:[@{!JunkCount=1} JunkTier1]
5:[@{!JunkCount=1} JunkTier4]
EndTable:`
Every time I try to generate it says Missing Table: CR#Junk
Don't know what else to do here.
Comments
Hi NakedFury
First things first. Random Treasure 1 -30 ought to work out of the box. It uses a generator called srdtreasure.ipt which MUST be located in your \Inspiration Pad Pro\Common\srd folder. I'm guessing for some reason, that file is not there or the folder structure is messed up and the generator can't find it.
So, for you Junk generator... Below is you code, with some correction to make it work. Each line that I edited or added has a comment at the end of the line after the // marks. If you copy and paste it into a new generator, you will be able to more easily see the comments in green.
Hope this helps. Reply back if it doesn't work, or if I'm missing the point.
Thanks for the help.
Started over slowly to see what works and how.
my current project. separating an imploded list into their own lines.