Search found 97 matches
- Tue Mar 11, 2014 3:28 pm
- Forum: Macros
- Topic: Retrieving individual variables from a list of nested arrays
- Replies: 19
- Views: 840
Re: Retrieving individual variables from a list of nested ar
this appears to take from the whole list of the property though, I'd like to be able to only select from one list, either AbilSTR or AbilDEX, there are also properties that simply have duplicates.
- Tue Mar 11, 2014 3:13 pm
- Forum: MapTool
- Topic: Creating a Character Sheet
- Replies: 6
- Views: 1795
Re: Creating a Character Sheet
Yes and no. In theory you can use any way to create the html you want. Maptool only supports HTML3.2 and CSS1 what is like ancient - so I'd think most WYSIWIG editors will not produce the correct HTML version. Second you have to create some code to fill your character sheet with values and have to ...
- Tue Mar 11, 2014 3:04 pm
- Forum: Macros
- Topic: Retrieving individual variables from a list of nested arrays
- Replies: 19
- Views: 840
Retrieving individual variables from a list of nested arrays
Propertyname= AbilSTR=BaseS=0 ## EnhS=0 ## MoralS=0 ## AlchS=0 ## SizeS=0 ## SacrS=0 ## ProfS=0 ## InhS=0 ## RaceS=0 ## PenaltyS=0 ## DamageS=0 ## DrainS=0 ## LegacyS=0 ## TitleS=0; AbilDEX=BaseD=0 ## EnhD=0 ## MoralD=0 ## AlchD=0 ## SizeD=0 ## SacrD=0 ## ProfD=0 ## InhD=0 ## RaceD=0 ## PenaltyD=0 ...
- Wed Jan 29, 2014 7:26 pm
- Forum: Macros
- Topic: Illegal argument type java.lang.String, expecting java.math
- Replies: 5
- Views: 959
Re: Illegal argument type java.lang.String, expecting java.m
Nevermind, i found the issue, some properties where empty because of the base lib token not having them filled out. Thankyou for your assistance though. its probably why it worked last time, I had filled out those fields and forgot to this time.
- Wed Jan 29, 2014 7:06 pm
- Forum: Macros
- Topic: Illegal argument type java.lang.String, expecting java.math
- Replies: 5
- Views: 959
Re: Illegal argument type java.lang.String, expecting java.m
I dont see anything like what you're talking about, unless you mean thus [broadcast("variable_name: "+variable_name+"another_variable_name: "+another_variable_name)] but this seems to only work for a specific variable correct? how do I know which variable to track? is there no wa...
- Wed Jan 29, 2014 6:38 pm
- Forum: Macros
- Topic: Illegal argument type java.lang.String, expecting java.math
- Replies: 5
- Views: 959
Re: Illegal argument type java.lang.String, expecting java.m
Illegal argument type java.lang.String, expecting java.math.BigDecimal
- Wed Jan 29, 2014 5:46 pm
- Forum: Macros
- Topic: Illegal argument type java.lang.String, expecting java.math
- Replies: 5
- Views: 959
Illegal argument type java.lang.String, expecting java.math
I'm trying to take this tutorial m and make the sheet work on a local token w/o a lib token, i remember doing this before but can't seem to replicate it. of the code given, the only thing I have changed was instances of "this" and "getmacrolocation()" with "TOKEN", as a...
- Thu Dec 26, 2013 4:40 pm
- Forum: Macros
- Topic: Choosing an image as part of flavor text
- Replies: 9
- Views: 779
Re: Choosing an image as part of flavor text
that's unfortunate but at least I won't be banging my head against the wall of trying to make it work. I guess i'll just have to trust that it's not that much of an alphabet soup.
- Thu Dec 26, 2013 2:28 am
- Forum: Macros
- Topic: Choosing an image as part of flavor text
- Replies: 9
- Views: 779
Re: Choosing an image as part of flavor text
If I may ask, Is it possible to use HTML in the stat sheet? conventional methods seem to fail. I thought it might be possible though becuase the stat sheet certainly can execute other macroscript just fine.
- Sat Dec 21, 2013 7:25 pm
- Forum: Macros
- Topic: Choosing an image as part of flavor text
- Replies: 9
- Views: 779
Re: Choosing an image as part of flavor text
edit: also if anyone knows, is it possible to put mathematics or other evaulations in a macro label? It seems to work in the tooltip but not the label. No, but it sure causes a nice little error preventing me from deleting macro. Good thing I saved just before. Whatever you do, don't put "{Str...
- Sat Dec 21, 2013 7:22 pm
- Forum: Developer Notes
- Topic: MapTool 1.4
- Replies: 116
- Views: 20958
Re: MapTool 1.4
I'd say this is a possible interpretation, but saying that "well still be able to do simple things like roll dice and add" kind of contradicts that, as it sends the message that "this is how simple things will be playerside from now on" If i couldn't do it without a gm anyway tha...
- Fri Dec 20, 2013 10:56 pm
- Forum: Developer Notes
- Topic: MapTool 1.4
- Replies: 116
- Views: 20958
Re: MapTool 1.4
Macro Language Changes GM's will be able to add macro libraries written in JavaScript -- only the GM, the players will not have access to JavaScript code in the campaign so that the GM can still control the game and this will remove a lot of the confusion over trusted functions. The GM will be able...
- Thu Dec 19, 2013 1:52 pm
- Forum: Macros
- Topic: Choosing an image as part of flavor text
- Replies: 9
- Views: 779
Re: Choosing an image as part of flavor text
ninja'd...(as usually by the fishy shadow meister) but differently... <!-- assuming that 'image' and 'words' are two variables -->[string1 = strformat("<img src='%{image}' alt='%{words}'>")] pointer: try to keep " as much as possible on the outside and ' on the inside, this due to parser s...
- Thu Dec 19, 2013 2:23 am
- Forum: Macros
- Topic: Choosing an image as part of flavor text
- Replies: 9
- Views: 779
Choosing an image as part of flavor text
I have a macro that looks basically like this [status=input( "OC|choice1, choice2|text|radio" )] [h:abort(status)] [string0= kotoba] [string1= <img src=image alt="words">] [h:Stringname= "string" + oc] [h:flavortext= eval(stringname)] [r:flavortext] or {flavortext} the ...
- Sun Sep 22, 2013 2:10 am
- Forum: MapTool
- Topic: Issue; The Table system
- Replies: 21
- Views: 995
Re: Issue; The Table system
A new update, I didn't get to try as many things I wanted with my GM's free time, but we managed to establish that one of the tables does work, and the other table doesn't work. Specifically, the golf table works fine on the GM's end, but the trans table does not work, nor do subsequent new tables a...