Search found 2031 matches
- Wed Jul 16, 2008 12:49 pm
- Forum: MapTool
- Topic: Feature Requests for Parser, Map Interface
- Replies: 4
- Views: 331
Re: Feature Requests for Parser, Map Interface
Proposed solution to 4) "=" vs. ":=". I believe that there is some pattern-replacement style stuff already happening in the code. For instance, when the parser sees 1d20, it replaces it with the function roll(1,20), I think? Anyway, what I think would be super cool, is that if I...
- Wed Jul 16, 2008 11:36 am
- Forum: User Creations
- Topic: D&D 4e "Set Token Property" Macros
- Replies: 118
- Views: 11163
- Wed Jul 16, 2008 11:27 am
- Forum: User Creations
- Topic: D&D 4e "Set Token Property" Macros
- Replies: 118
- Views: 11163
- Wed Jul 16, 2008 10:47 am
- Forum: User Creations
- Topic: D&D 4e "Set Token Property" Macros
- Replies: 118
- Views: 11163
- Wed Jul 16, 2008 12:38 am
- Forum: Announcements
- Topic: MapTool 1.3 Development Build 35
- Replies: 149
- Views: 12173
- Wed Jul 16, 2008 12:24 am
- Forum: Announcements
- Topic: MapTool 1.3 Development Build 35
- Replies: 149
- Views: 12173
so, how does stp interact with variables? if we try to set a variable called damage will it give us an error saying that that isn't a property or something? If the name to the left of the = is not a property name, state.StateName, or token.halo then the value on the right is assigned to that variab...
- Tue Jul 15, 2008 9:05 am
- Forum: Announcements
- Topic: MapTool 1.3 Development Build 35
- Replies: 149
- Views: 12173
Any suggestions for calculating a characters current HP after a Healing Surge (4e)? I'm struggling with making sure a characters's current HP doesn't exceed their max HP after a surge. [HP = min(HP + SurgeVal, MaxHP)] Although if you want to account for the fact that healing always starts from 0 in...
- Tue Jul 15, 2008 8:49 am
- Forum: Announcements
- Topic: MapTool 1.3 Development Build 35
- Replies: 149
- Views: 12173
As for the multiline macro, I'd expect that the /stp statement should go immediately after the <br> statement. That should fire fine (but I cannot check as I am also at work). There was a change done so setting properties works in token macros, for this no /stp command is needed. For token macros y...
- Tue Jul 15, 2008 8:28 am
- Forum: Announcements
- Topic: MapTool 1.3 Development Build 35
- Replies: 149
- Views: 12173
- Mon Jul 14, 2008 2:38 pm
- Forum: Announcements
- Topic: MapTool 1.3 Development Build 34
- Replies: 80
- Views: 7782
- Mon Jul 14, 2008 2:36 pm
- Forum: Announcements
- Topic: MapTool 1.3 Development Build 34
- Replies: 80
- Views: 7782
Yeah one of those phases you never like to here out of developer. In a software company I previously worked for whose name I will not mention here, I had an interesting conversation with the lead designer/developer of one of the products about a nasty problem it had. This product lets call it B was...
- Sun Jul 13, 2008 9:03 pm
- Forum: MapTool
- Topic: Some Questions
- Replies: 11
- Views: 858
- Sun Jul 13, 2008 1:16 pm
- Forum: CharacterTool
- Topic: Would love to use it, but it won't start...
- Replies: 17
- Views: 4128
Thanks, Craig. This sounds promising. Remember that you need to run char too with java 6 so edit what ever method you use to try run it (I just use the shell script from terminal) to use /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java I've copied the JSR 223 scripting engine ...
- Sun Jul 13, 2008 7:01 am
- Forum: InitiativeTool
- Topic: New Mac Java 1.6 support; problems with IT 1.1b4
- Replies: 7
- Views: 2482
I wrote instructions on how to get the java scripting working on Mac OS X. If you follow those steps you should be able to get both CharTool and InitTool running. The version of InitTool I have successfully run is 1.1.b4 The thread is Would love to use it, but it won't start... Hopefully this helps ...
- Sun Jul 13, 2008 5:42 am
- Forum: CharacterTool
- Topic: Would love to use it, but it won't start...
- Replies: 17
- Views: 4128
I have character tool 0.1b8 working under mac os x --well it starts up and I fiddled with it a little but haven't given it a thorough work through. I am running OS X 10.5 and have downloaded and installed the java for 10.5 Update 1 from apple which contains java 6 which can be found at Apple Mac OS ...