Search found 8 matches

by CyberRiot
Thu May 21, 2020 1:08 am
Forum: MapTool
Topic: Referencing a token property for an if() roll option
Replies: 2
Views: 466

Re: Referencing a token property for an if() roll option

Thanks a bunch. This gives me a whole different approach to what I've been doing. I'm still very new to this.
by CyberRiot
Wed May 20, 2020 11:00 pm
Forum: MapTool
Topic: Referencing a token property for an if() roll option
Replies: 2
Views: 466

Referencing a token property for an if() roll option

So, I'm not a programmer, but I have had reasonable success with macros in MapTool, so far. But I'm having an issue referencing token properties for comparison against a die roll. This is my original macro, and it works fine. But it requires you to type in your effective skill level. [h: Skill = Eff...
by CyberRiot
Wed May 20, 2020 10:14 am
Forum: Macros
Topic: Commands within tables, from a macro?
Replies: 7
Views: 1176

Re: Commands within tables, from a macro?

Thanks bubblobilll, I have looked through the table functions, but there doesn't seem to be anything there that does what I want. They are mostly about creating or manipulating tables. My tables are already created. I just want to roll on Table A, and then, if the result of the first table is Table ...
by CyberRiot
Mon May 18, 2020 10:16 pm
Forum: Macros
Topic: Commands within tables, from a macro?
Replies: 7
Views: 1176

Re: Commands within tables, from a macro?

Same result. It seems that this is by design. From the "Introduction to Tables" page: Using macro script. The table() function will display only the value of a random or specific row. The tableImage() function will display only the Image asset value of a random or specific row. This can be...
by CyberRiot
Sun May 17, 2020 11:17 pm
Forum: Macros
Topic: Commands within tables, from a macro?
Replies: 7
Views: 1176

Re: Commands within tables, from a macro?

Thanks, taustinoc. At your suggestion, I have tried replacing the line: [t,if(Roll <= Skill): tbl("HitLocation"); output = ""] with both: [t,if(Roll <= Skill): evalmacro(tbl("HitLocation")); output = ""] and [t,if(Roll <= Skill): execmacro(tbl("HitLocatio...
by CyberRiot
Sat May 16, 2020 8:44 pm
Forum: Macros
Topic: Commands within tables, from a macro?
Replies: 7
Views: 1176

Commands within tables, from a macro?

So, my question is: Is there a way to run the table, from a macro, in a way that the table will run commands from its own results? Let me explain: So I have an "Attack Roll" macro for my GURPS game. (pasted below) The idea is that this macro does almost everything we need for an attack rol...
by CyberRiot
Sat May 16, 2020 8:14 pm
Forum: MapTool
Topic: Statsheet doesn't carry over between maps?
Replies: 3
Views: 630

Re: Statsheet doesn't carry over between maps?

Thanks.
It's a sci-fi campaign similar to a Firefly-type setting.
So, I'm keeping the "Master" tokens on the players' ship, since that is one of the maps I always keep loaded. I just copy-and-paste from that map.

Thanks again.
by CyberRiot
Thu Apr 30, 2020 9:15 pm
Forum: MapTool
Topic: Statsheet doesn't carry over between maps?
Replies: 3
Views: 630

Statsheet doesn't carry over between maps?

Hello guys, I'm new to MapTool, and so far I really like what it can do. Especially with vision and FOW. The problem I am having is tracking character stats. I can add a token to a map, an then enter information into the stat sheet. All good so far. But if I add the same token to another map, the st...

Go to advanced search