¿ªÔÆÌåÓý

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 notation and was wondering if somebody could tell me what it meant
{CR~}

I have also seen a few others in some files like prefixes to table calls (going from memory here). I think one was like LN~ and another was CC~

Just wondering if anybody knew what these were.


 

CR is carriage return
LN is loop
Not sure of the last. Both can be found in Help tab

On Sun, Feb 7, 2021 at 1:49 PM <tim@...> wrote:
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 notation and was wondering if somebody could tell me what it meant
{CR~}

I have also seen a few others in some files like prefixes to table calls (going from memory here). I think one was like LN~ and another was CC~

Just wondering if anybody knew what these were.


 

¿ªÔÆÌåÓý

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" times (use "Loop~" or "While~")

RS~ Reset group (use "Reset~")

Fx~ Call group if "x" => 0 (use "If~" or "IIf~")

Zx~ Call group if "x" = 0 (I think? Use "If~" or "IIf~")

LN~ Re-rollable result (still works, but should just use "~" now)

?

Also, conditionals before a group call are not supported. Use "If~" or

"IIf~" instead (i.e.; "[%x% => 3 ? Weapons.Start]").

?

Vance

?

Sent from for Windows 10

?

From: tim@...
Sent: Sunday, February 7, 2021 3:49 PM
To: [email protected]
Subject: [TableSmith] 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 notation and was wondering if somebody could tell me what it meant
{CR~}

I have also seen a few others in some files like prefixes to table calls (going from memory here). I think one was like LN~ and another was CC~

Just wondering if anybody knew what these were.

?


Virus-free.


 

thanks!