Search found 155 matches

by Sydious
Fri Oct 14, 2011 7:18 pm
Forum: General Discussion
Topic: Looking for help on completeing project
Replies: 0
Views: 544

Looking for help on completeing project

I'm not sure if this is the right forum for this but I figured I would start here. I have spent the last 1.5 months learning maptool coding and working on recreating the classic boardgame Dungeon Quest using maptool. I have had many ups and downs tryin to accomplish this. I have all the images I nee...
by Sydious
Fri Oct 14, 2011 9:21 am
Forum: General Discussion
Topic: Official D&D projector table Project
Replies: 36
Views: 15860

Re: Official D&D projector table Project

Thanks for sharing this. I to look back for new posts often. This is something I would like to tackle someday. I have enjoyed watching the progress you lucky ducks!
by Sydious
Thu Oct 13, 2011 11:44 pm
Forum: MapTool
Topic: 1.4?
Replies: 2
Views: 822

1.4?

So I know there is probably no date that can be given on when 1.4 would be coming around, I'm just wondering.... Is this something that will happen within a year? or longer? Saw posts previously about the macro language going ka-put when 1.4 comes around and am fearing all the learning I have been d...
by Sydious
Mon Oct 10, 2011 1:39 am
Forum: Macros
Topic: UDF
Replies: 4
Views: 352

Re: UDF

But yes, defined functions can be called by anyone, anywhere as long as it's defined for that client. so defined for that client? Does that mean if I make a UDF on a onCampaignLoad macro, and run it, but the players (test clients) are still connected, they need to reconnect to have them take hold? ...
by Sydious
Sun Oct 09, 2011 11:38 pm
Forum: Macros
Topic: UDF
Replies: 4
Views: 352

UDF

Do UDF need to be called on macros the reside on the Lib:Token or can another token's macro call a UDF ?

Like a player's token has a macro that that calls the UDF. Or is that not how it works?
by Sydious
Sun Oct 09, 2011 11:39 am
Forum: Macros
Topic: Can you launch a macro from an image button?
Replies: 3
Views: 301

Re: Can you launch a macro from an image button?

CoveredInFish wrote:And here is the link to it Forms tutorial
Ya, probably would have helped if I provided a link....Thanks CoF
by Sydious
Sat Oct 08, 2011 11:48 pm
Forum: Macros
Topic: Can you launch a macro from an image button?
Replies: 3
Views: 301

Re: Can you launch a macro from an image button?

Yes. I learned how to do this using the Forms tutorial from the wiki. Takes 2 macros. Your char sheet macro (dialog or frame), and a processing macro which takes the value of the image button and then you fire your macro with macroLink or such... Check out the "Forms" tutorial. Helped me a...
by Sydious
Sat Oct 08, 2011 11:43 pm
Forum: Macros
Topic: Taking Turns
Replies: 0
Views: 349

Taking Turns

I have been troubleshooting this since wednesday, and I can't see what I am doing wrong. The more I read the more I think I may be loosing token focus for my macros to work maybe, but I am not really sure if that is the issue or not. I'm trying to control turn order. I use 1 macro to start the game ...
by Sydious
Fri Oct 07, 2011 12:54 pm
Forum: Macros
Topic: Radio Button Color
Replies: 3
Views: 342

Re: Radio Button Color

:cry:
by Sydious
Fri Oct 07, 2011 9:59 am
Forum: Macros
Topic: Radio Button Color
Replies: 3
Views: 342

Radio Button Color

When I place a radio button input on a colored form they are surrounded by a white box. Is there a way to change the color of those?
by Sydious
Fri Oct 07, 2011 9:57 am
Forum: Macros
Topic: Tools -> Macro
Replies: 1
Views: 266

Tools -> Macro

Under the tools menu there are the lock player movement, enforce to map, continueous current view.

Can these be toggled via macros somehow?
by Sydious
Thu Oct 06, 2011 1:52 pm
Forum: Macros
Topic: json obect vs array
Replies: 9
Views: 610

Re: json obect vs array

I'm simply having each player roll a D6. I need to break the ties if they arise. Now I am thinking I should make 2 rolls, 1d6 and something like 1d99999 and break ties by sorthing by the 1d99999 roll second. I guess there is still the posibility to tie but chances are slim.. IRL i guess the tie woul...
by Sydious
Thu Oct 06, 2011 11:56 am
Forum: Macros
Topic: json obect vs array
Replies: 9
Views: 610

Re: json obect vs array

Is there a way to roll decimels?
by Sydious
Thu Oct 06, 2011 11:39 am
Forum: Macros
Topic: json obect vs array
Replies: 9
Views: 610

Re: json obect vs array

How are ties sorted when you use json.sort?
Is there something that is common practice to deal with tie breaks?
by Sydious
Thu Oct 06, 2011 10:55 am
Forum: Macros
Topic: json obect vs array
Replies: 9
Views: 610

Re: json obect vs array

I thought that json looked wierd to me. What i am trying to do is simple I think..(or so I thought....) I pass a diaolg window to each player. The submit button logs a roll of a d6 and stores it on a Lib:token property called playerRolls. Then when all the player's rolls are added to playerRolls, i ...

Go to advanced search