¿ªÔÆÌåÓý

Re: Just wanted to share -- variables in table calls...
Also be careful when you put HTML tags inside an If~ statement. Ex. <b> ¡­ </b> The close tag / is detected as the ¡°else¡± / of the If~ statement. Sent from Mail for Windows 10 Sent: Monday,
By Vance · #9794 ·
Re: Just wanted to share -- variables in table calls...
Speaking of nested functions..... VERY COOL!!!!! I have *{Round~0,{Calc~((%tempHigh%+%myPrec!tempWW%)+(%tempLow%+%myPrec!tempWW%))/2}}* Basically, I am taking the average high and average low,
By tim@... · #9793 ·
Re: TableSmith evolution
Mobile is an entirely different animal than cross-platform desktop, unfortunately. People have been asking for it for years, and it's something I'd like to do, but it's not in the cards at the
By Bruce Gulke · #9792 ·
Re: Just wanted to share -- variables in table calls...
To expand, you can nest table calls, functions, etc. to your heart's content. TableSmith parses text from the inside out, so it will evaluate the "deepest" pieces first then work it's way out. So, for
By Bruce Gulke · #9791 ·
Re: Just wanted to share -- variables in table calls...
Yes ¡­ absolutely! _{If~ %A% > %B% ? Do this / _ {If~%B% = %C% ? Do this / _ Do this _ } _} You can do it all on one line, but I like staggered sets. Vance Sent from Mail for Windows 10 Sent:
By Vance · #9790 ·
Re: Error trying to set up parameters
Doh! in the line starting with @, your default selection cannot include a number that is less than the range (1-12 in this case).
By tim@... · #9789 ·
Error trying to set up parameters
Ok, trying to set up a parameter to be selected from a list provided and then I click on the Gear icon, I get an error ------------------------------------------- See the end of this message for
By tim@... · #9788 ·
Just wanted to share -- variables in table calls...
In working on the weather system for the setting I am working on (for release to go with my RPG), I am planning on having the core Weather file (a single file) have parameters that you set before
By tim@... · #9787 ·
Re: TableSmith evolution
Currently, I have version 5.1 running very nicely on Linux Mint via Crossover (from Codeweavers). 5.2 won't install with Crossover due to the .Net Core install not wanting to play nice with
By Matthew Lynn · #9786 ·
Re: questions about some table notations
thanks!
By tim@... · #9785 ·
Re: questions about some table notations
Here¡¯s my ¡°cheat sheet¡± on depreciated notation: CC~ Capitalize (use "Cap~") CN~ Prefix with "a" or "an" (use "AorAn~") Nx~ Call group "x" times (use "Loop~" or "While~") Dx~ Call group "1dx"
By Vance · #9784 ·
Re: questions about some table notations
CR is carriage return LN is loop Not sure of the last. Both can be found in Help tab
By Andrew Oswald · #9783 ·
questions about some table notations
I am in the process of creating a weather system for the setting I am making, so I was investigating a few other files that came with TableSmith or that I downloaded. In one, I came across this
By tim@... · #9782 ·
Re: TableSmith evolution
I'm not sure if .NET 5 would make much of a difference; with .NET Core, I could target Windows and macOS right now (and probably Linux). The problem is with the graphical front-end. Though Xamarin
By Bruce Gulke · #9781 ·
Re: dynamic probabilities question and thanks in advance
Yeah, no worries, I caught the missing curly bracket, that wasn't the issue... :)
By tim@... · #9780 ·
Re: dynamic probabilities question and thanks in advance
I give up. The typo fairy hates me. Erol K. Bayburt ErolB1@...
By ErolB1 · #9779 ·
Re: dynamic probabilities question and thanks in advance
Gah. Multiple typos. Should have tested. Try %rollMod%,0 :Start 1, And my result is
By ErolB1 · #9778 ·
Re: dynamic probabilities question and thanks in advance
That's because I typoed and left out a closing curly bracket :( I should have wrote 1, And my result is |rollMod=3|[newTable={Dice~1d20+%rollMod%}] with that closing left curly bracket as the
By ErolB1 · #9777 ·
Re: dynamic probabilities question and thanks in advance
I wanna thank everybod for their help!! I accidentally figure it out... ROFL I used = instead of passing the variable using (%variable), and it worked!!! (once I got it figuring my variable
By tim@... · #9776 ·
Re: dynamic probabilities question and thanks in advance
;newTable with groups that use ranges like 1-3 and 4-6, you have to use a colon : , not a semi-colon ; [Edited Message Follows] so, I know what to do to pass a parameter how do I make the
By Vance · #9775 ·