Search found 65 matches

by Quartaroy
Thu Apr 16, 2009 12:28 am
Forum: User Creations
Topic: New to the forums; a little taste of what I am working on!
Replies: 10
Views: 1416

Re: New to the forums; a little taste of what I am working on!

The hair was messed up? I totally missed that... and I still can't see how it's messed up. Lol. Awesome tutorial, I wouldn't have been able to do it that quickly. I'll have to post one and let you judge how I do. ^.^
by Quartaroy
Wed Apr 15, 2009 10:04 pm
Forum: User Creations
Topic: Other Pen and Paper Framework Popularity?
Replies: 9
Views: 849

Re: Other Pen and Paper Framework Popularity?

Bah, no apology necessary. No offense taken here. You've done me a many great deed, Rumble. All I can do is thank you. I was simply sharing with you, like you had done, a personal thought process. ^.^ You are a diplomat and a nuclear physics instructor.... or was that scholar? Meh... *shrug* You're ...
by Quartaroy
Wed Apr 15, 2009 9:16 pm
Forum: User Creations
Topic: New to the forums; a little taste of what I am working on!
Replies: 10
Views: 1416

Re: New to the forums; a little taste of what I am working on!

These are awesome. Could you do a short tutorial on how you make one? I'd be interested to know how to make a few myself. They look easy enough, I'm pretty sure I could replicate one without any instruction, but your technique has me quite curious.
by Quartaroy
Wed Apr 15, 2009 8:29 pm
Forum: User Creations
Topic: Other Pen and Paper Framework Popularity?
Replies: 9
Views: 849

Re: Other Pen and Paper Framework Popularity?

I don't particularly have a dilemma when it comes to 'improving' the game using maptool. It's simply a game table for me to play on with my distant buddies. And it works quite well. Drowning and Falling requires no table whatsoever to play. You simply roll out your character, and round robin the tab...
by Quartaroy
Wed Apr 15, 2009 12:45 am
Forum: User Creations
Topic: Other Pen and Paper Framework Popularity?
Replies: 9
Views: 849

Other Pen and Paper Framework Popularity?

I've been working on an assortment of different frameworks, really learning as much as I can about the code and how to do so many things. Anyways, the main question. How popular would some of these frameworks actually be if I bothered to distribute them? Currently I have the following in final produ...
by Quartaroy
Tue Apr 14, 2009 1:02 am
Forum: Macros
Topic: Use a Dialog to collect Input?
Replies: 38
Views: 3515

Re: Use a Dialog to collect Input?

You guys are hawt stuff. Thanks a ton. ^.^
by Quartaroy
Tue Apr 14, 2009 1:01 am
Forum: Macros
Topic: How to display tooltips on a dialog window?
Replies: 2
Views: 266

Re: How to display tooltips on a dialog window?

You can do it with [t:] roll option when pushing your macros. It'll show the function and everything it did to get to the outcome. The following macro... [dialog("Test"): { [t:1d6] }] ...would output any number between 1 and 6, and if you hovered over that number, it would show << 1d6=# >>.
by Quartaroy
Mon Apr 13, 2009 1:13 pm
Forum: Macros
Topic: Use a Dialog to collect Input?
Replies: 38
Views: 3515

Re: Use a Dialog to collect Input?

Another question. How can I get the dialog to close when I hit save? Right now it does the correct functions, but it hangs around until I hit close. I tried using an if code roll and abort(0) in both the Form and Filled macros. no luck.
by Quartaroy
Mon Apr 13, 2009 11:22 am
Forum: Macros
Topic: Use a Dialog to collect Input?
Replies: 38
Views: 3515

Re: Use a Dialog to collect Input?

Does the quote nesting mess it up, or is it just good practice? I always wondered why sometimes singles were used. I've always used doubles. Good to know though. Thank you. :)
by Quartaroy
Mon Apr 13, 2009 1:23 am
Forum: Macros
Topic: Use a Dialog to collect Input?
Replies: 38
Views: 3515

Re: Use a Dialog to collect Input?

Campaign Macro - Form [dialog("Test Dialog"): { <html> <body> <form name="Form" method="json" action="macroLinkText("Filled@Lib:Sheet", "all")"> Test: <input name="Test" type="text"></input><br> <input type="Submit&...
by Quartaroy
Mon Apr 13, 2009 1:04 am
Forum: Macros
Topic: Use a Dialog to collect Input?
Replies: 38
Views: 3515

Re: Use a Dialog to collect Input?

Looks like any other JSON object: something like: {"text1":"Hello", "text2":"World", "submit1":"on"} And, since it is a JSON object, it would be manipulated using json.get and json.set. Oh... how do I use a json.get on that? I've always ha...
by Quartaroy
Mon Apr 13, 2009 12:53 am
Forum: Macros
Topic: Use a Dialog to collect Input?
Replies: 38
Views: 3515

Re: Use a Dialog to collect Input?

So what does the json method output look like? do I use json.get on it?
by Quartaroy
Sun Apr 12, 2009 10:22 pm
Forum: Macros
Topic: Use a Dialog to collect Input?
Replies: 38
Views: 3515

Re: Use a Dialog to collect Input?

Rumble, I do -only- NEED input. But here's my delimma. When I list my 'skills', I can only create a drop list of radio buttons. ( )Bash ( )Bully ( )Lift ( )Swim ( )Wrassle These are some of them. Now, with an input() I can only list them vertically, so for my next set of 5 skills, I can't place them...
by Quartaroy
Sun Apr 12, 2009 9:34 pm
Forum: Macros
Topic: Use a Dialog to collect Input?
Replies: 38
Views: 3515

Re: Use a Dialog to collect Input?

I'm still not having a lick of luck figuring out these dialog inputs... any help?
by Quartaroy
Sun Apr 12, 2009 2:47 pm
Forum: Macros
Topic: help again "cleaning up" a working macro
Replies: 13
Views: 791

Re: help again "cleaning up" a working macro

MattH06 wrote:nice, love how this is so easy for some people. All new to me. thank you.
A lot of this is new stuff to me too. I'm no guru, just been playing with it a lot. I don't have epic posts like Rumble™ and Craig™. :P

Now THOSE guys are gurus!

Go to advanced search