Search found 41 matches

by Purzelkater
Fri May 28, 2021 4:19 am
Forum: Macros
Topic: Table rowspan issue
Replies: 1
Views: 3347

Table rowspan issue

Hi there! I have a macro creating and showing a table on a frame. Now I have some issues with the rowspan. As you can see, the rowspans on the first two and the last column are some way crippled. It looks like they are made but uses only the first row. rowspan_issue1.png rowspan_issue2.png If have c...
by Purzelkater
Mon Sep 21, 2020 1:50 am
Forum: Macros
Topic: Map names with square brackets
Replies: 4
Views: 1800

Re: Map names with square brackets

I have made a little sample about the issue: I have added some maps to my campaign: "[Lobby]", "(Spaceport)" and "Cantina". Then I have made a little macro: [r: "<b>List of PCs</b><br>"] [h: mapNames = getAllMapNames()] [foreach(mapName, mapNames, ""...
by Purzelkater
Sun Sep 20, 2020 2:37 am
Forum: Feature Requests
Topic: [FREQ] DonJon Name Generator Function
Replies: 23
Views: 10894

Re: [FREQ] DonJon Name Generator Function

OMG! This is great! For my Star Wars campaign I was looking for a name generator useable inside MT. And of course, I ended up with DonJon's name generator, had to think about how to implement this on MT. So I had hoped anyone had made some tries with MarKov Chains on MT - and now I'm here. Thank you...
by Purzelkater
Thu Sep 17, 2020 10:39 am
Forum: Macros
Topic: getTokenMap and recourse limit
Replies: 4
Views: 1805

Re: getTokenMap and recourse limit

Okay, your are right. It looks like it was my fault. I had declared a function named "getTokenMap" but the macro was just saved as "tokenMap". So calling getTokenMap has executed the tokenMap macro with had the new getTokenMap function inside. Really embarrassing, sorry... ^^ Tha...
by Purzelkater
Thu Sep 17, 2020 8:10 am
Forum: Macros
Topic: getTokenMap and recourse limit
Replies: 4
Views: 1805

getTokenMap and recourse limit

On the past I have written a "getTokenMap" macro on my own but would like to use the built-in getTokenMap function now. Sadly, if I try to use this function I will get an "max recourse limit reached" error (don't know the exact translation atm) after some execusion time. I have e...
by Purzelkater
Thu Sep 17, 2020 7:57 am
Forum: Macros
Topic: Map names with square brackets
Replies: 4
Views: 1800

Map names with square brackets

I have updated from MapTool 1.5.10 to 1.7.0 just recently. After that, some of my macros have raised errors because of the map names I have used on my campaign. To sort special maps I have placed their names on square brackets like "[Lobby]" or "[Home Base]". On 1.5.10 this worke...
by Purzelkater
Tue Apr 14, 2020 12:34 am
Forum: MapTool
Topic: Token property with multiline default
Replies: 1
Views: 408

Token property with multiline default

Hi, as you know on the " Campaign Properites ", tab " Token Properties " we can set default values for properties like " strength:1 ". My question is, can we set multline default values too? Example : I have a list of skills a token can have I would like to store into o...
by Purzelkater
Sat Jan 11, 2020 2:07 am
Forum: Macros
Topic: Auto-close dialog/frame after macroLink clicked?
Replies: 0
Views: 1395

Auto-close dialog/frame after macroLink clicked?

I'm not sure if this is possible... Well, I have a dialog, opens a window with a bunch of macroLinks on it (like a rule book index list). Now I can click on a link an it opens the current linked rule section. But the dialog window with all the links is still open and the new opened frame with the ru...
by Purzelkater
Thu Jan 09, 2020 8:11 am
Forum: Macros
Topic: getImpersonated (or similar) on Lib token
Replies: 2
Views: 460

Re: getImpersonated (or similar) on Lib token

Essentially, you want to access all the token information of a token on another map. Not really, I think. ^^ I already have a function to collect all the data I need for the charsheet. This is ready. I only need to give a token name and the function searches all maps to find the token (then I have ...
by Purzelkater
Thu Jan 09, 2020 1:53 am
Forum: Macros
Topic: getImpersonated (or similar) on Lib token
Replies: 2
Views: 460

getImpersonated (or similar) on Lib token

I think this was ask sometimes before, but maybe there is a solution already. I have made a charsheet with frames my players can open for a selected token. Now I would like to add a function every player can open "his" charsheet just by pressing a hotkey (like F2). On MapTool terms, this i...
by Purzelkater
Mon Jan 06, 2020 1:10 pm
Forum: MapTool
Topic: crippled font / bad looking text
Replies: 2
Views: 453

Re: crippled font / bad looking text

Thank you! I have had to make some tries to get the best setting, but it was the right direction. :) As a side note: On the Surface Pro 4 tablet the "System (extended)" setting looks perfect. On my players PC (full hd resolution, but a scale of 125%) it was a little bit harder. With "...
by Purzelkater
Sun Jan 05, 2020 11:56 am
Forum: MapTool
Topic: crippled font / bad looking text
Replies: 2
Views: 453

crippled font / bad looking text

Today I have seen my MapTool campaign on the PC (Windows 10, tried MapTool 1.5.8 and 1.5.9) of one of my players and... well... I was a little bit shocked. I have made a screenshot, because it should be easier to show the issue: Screenshot_1.png As you can see, the text looks like washed or crippled...
by Purzelkater
Wed Dec 11, 2019 12:20 pm
Forum: Macros
Topic: listSort and delim
Replies: 2
Views: 490

listSort and delim

Sorry, it's me again... :roll: I am right, the listSort function has no delim parameter like the other string list functions? On most list functions you can use an delim paramter - and beacause my list entries have commas, I use this parameter many times. How can I sort my lists? Only solution I hav...
by Purzelkater
Wed Dec 11, 2019 12:00 pm
Forum: Macros
Topic: Add newline on token property
Replies: 3
Views: 572

Re: Add newline on token property

Yeah, this really works. Thank you! :)
by Purzelkater
Tue Dec 10, 2019 10:59 am
Forum: Macros
Topic: Add newline on token property
Replies: 3
Views: 572

Add newline on token property

As known you can add multiline text on token property editor (text/plain). The editor window shows the line numbers and getProperty returns the linebreaks too (it's possible to replace them with looking for '\\n'). Well, now I'm looking for the same thing for setProperty? I want to add multiple line...

Go to advanced search