Search found 381 matches
- Fri Feb 03, 2012 2:20 am
- Forum: MapTool
- Topic: How to edit a Framework custom character sheet
- Replies: 5
- Views: 627
Re: How to edit a Framework custom character sheet
Specifically, you're going to have to find the macro within the framework that details the HTML used to display the character sheet, and modify that HTML code to include your additional character stats.
- Wed Jan 25, 2012 4:38 pm
- Forum: MapTool
- Topic: Organizing MT Library?
- Replies: 5
- Views: 506
Re: Organizing MT Library?
And on Ubuntu? 

- Sat Nov 19, 2011 11:46 am
- Forum: D&D 3.5/Pathfinder 1e Campaign Macros
- Topic: POLL - Campaign Macro Button Look
- Replies: 15
- Views: 4535
Re: POLL - Campaign Macro Button Look
Ah, OK. That makes sense, thanks.
- Fri Nov 18, 2011 3:19 am
- Forum: D&D 3.5/Pathfinder 1e Campaign Macros
- Topic: POLL - Campaign Macro Button Look
- Replies: 15
- Views: 4535
Re: POLL - Campaign Macro Button Look
Only problem I'm having is in order to insure no data corruption, I'm finding the need to have player dedicated lib tokens more and more lately, so I'm working on that system now. Basically, the GM will create the player lib token with a macro. These will hold player specific data and will only be ...
- Sat Nov 12, 2011 1:09 pm
- Forum: MapTool
- Topic: Using "if" in token properties
- Replies: 5
- Views: 355
Re: Using "if" in token properties
The easy way to solve it is to set "DexMax=100" in that case for exemple so it will never be below "DEX". But i think it's a little bit ugly . If you do go with the "ugly" method and use a default (enormous) value for DexMax, then note that, instead of the if function,...
- Mon Jul 11, 2011 8:16 pm
- Forum: Drop-In Macro Resources
- Topic: Raoden's Quick'n'Dirty Token Manager
- Replies: 77
- Views: 17701
Re: Raoden's Quick'n'Dirty Token Manager
Wow, this thing's been up for a year, and suddenly it needs more work? Curse you, aliasmask! I like it. I was just checking it out to see if I'm about to duplicate something that is already out there. Interesting note though, if a prop value has html, it will show the result of the html rather than ...
- Sat Jun 11, 2011 3:02 pm
- Forum: Macros
- Topic: getTokenNames() failing with two parameters?
- Replies: 8
- Views: 491
Re: getTokenNames() failing with two parameters?
Oh yeah, you were right on the json.remove thing too, I just misunderstood because I'd already forseen that problem and fixed it while debugging. 

- Sat Jun 11, 2011 2:57 pm
- Forum: Macros
- Topic: getTokenNames() failing with two parameters?
- Replies: 8
- Views: 491
Re: getTokenNames() failing with two parameters?
Well, there's two things that I see. First, the "unsetStates" condition should, in it's self, be a JSON array. Ah! Eureka! Thanks. Second, "pc" needs to be capitalized. Not according to the Wiki notes for getTokenNames(). But I'll try this next, if the first thing you suggested ...
- Sat Jun 11, 2011 1:55 pm
- Forum: Macros
- Topic: getTokenNames() failing with two parameters?
- Replies: 8
- Views: 491
Re: getTokenNames() failing with two parameters?
Update: It fails the same way if I try to get the output in the form of a string property list instead of a JSON. So the issue seems to lie entirely with the second parameter. Which is definitely being inputted as a valid JSON object.
- Sat Jun 11, 2011 1:37 pm
- Forum: Macros
- Topic: getTokenNames() failing with two parameters?
- Replies: 8
- Views: 491
Re: getTokenNames() failing with two parameters?
Actually, I had already tried changing that. Just tried again. No difference.
- Sat Jun 11, 2011 12:54 pm
- Forum: Macros
- Topic: getTokenNames() failing with two parameters?
- Replies: 8
- Views: 491
getTokenNames() failing with two parameters?
Hey friends, I'm working on some MapTool macros for the first time in many months, and my programming skills are undoubtedly quite rusty. So I may be missing something glaringly obvious here. I'm trying to make a list of possible targets for an attack, using the following code: [h: selectors = json....
- Mon May 09, 2011 2:32 pm
- Forum: Links & External Resources
- Topic: Virtual Mat - bit like MapTool, but with 3d
- Replies: 27
- Views: 5288
Re: Virtual Mat - bit like MapTool, but with 3d
Impressive. So why hasn't WotC hired you to make their long-overdue 3d 4E VTT? 

- Thu Mar 31, 2011 4:44 pm
- Forum: General Discussion
- Topic: Thanks to everyone for the "memories"
- Replies: 5
- Views: 699
Re: Thanks to everyone
Yea... Ubuntu here as well... I like DropBox in most regards and use it as a place to access stuff from multiple machines, but would like a higher amount of "free" space. While DropBox is limited to a specific folder/subfolder structure, "most" of the time i don't find it that a...
- Wed Mar 30, 2011 3:57 pm
- Forum: General Discussion
- Topic: Thanks to everyone for the "memories"
- Replies: 5
- Views: 699
Re: Thanks to everyone
Pity it doesn't work on Linux OS, as it has some features I've wanted in Dropbox. Since my main computer is Ubuntu, I guess I'll stick with Dropbox for now.
- Thu Mar 24, 2011 3:43 pm
- Forum: Drop-In Macro Resources
- Topic: Raoden's Quick'n'Dirty Token Manager
- Replies: 77
- Views: 17701
Re: Raoden's Quick'n'Dirty Token Manager
To paraphrase Wolph's answer, no, it doesn't seem possible to preserve tokens' property ordering.