Search found 544 matches
- Sun Jul 10, 2011 7:39 am
- Forum: General Discussion
- Topic: Forum Div Widths
- Replies: 14
- Views: 1298
Forum Div Widths
Is there a reason the forum div widths are set to 100% instead of something more reasonable like 800px to 1000px? :?
- Fri Jul 08, 2011 10:51 am
- Forum: General Discussion
- Topic: [Video] A D&D (4e) campaign, being run in MapTool
- Replies: 7
- Views: 1010
Re: [Video] A D&D (4e) campaign, being run in MapTool
Finished watching both videos. Makes me wish I could use voice chat with maptool, but alas, I cannot.
- Fri Jul 08, 2011 7:37 am
- Forum: General Discussion
- Topic: Anyone here know how to use jQuery?
- Replies: 13
- Views: 1253
Re: Anyone here know how to use jQuery?
I've decided to not use this stuff for formatting and am instead using it just for links and glossary links. Is there an easy way to remove the white spaces from $1 or replace them with a single dash?
- Wed Jul 06, 2011 6:00 pm
- Forum: General Discussion
- Topic: Anyone here know how to use jQuery?
- Replies: 13
- Views: 1253
Re: Anyone here know how to use jQuery?
Ah, that's not what I meant. :) I mean **taking** //this// and **//that//** and turning it into: taking this and that without some screwy problems with nested syntax. It's much easier when writing and reading html to just be able to [link] **bold** and //italic// text inline this way than it is to <...
- Wed Jul 06, 2011 5:17 pm
- Forum: General Discussion
- Topic: Anyone here know how to use jQuery?
- Replies: 13
- Views: 1253
Re: Anyone here know how to use jQuery?
Awesome. Got the test page to work, but when I tried to make it a function and move it into a .js file, it stopped working. :( Never mind. Figured out what I did wrong by trial and error! Yay it's working. I messed around with RegExr and now it will do bold and italic text as well. I think the last ...
- Wed Jul 06, 2011 1:05 pm
- Forum: General Discussion
- Topic: Anyone here know how to use jQuery?
- Replies: 13
- Views: 1253
Re: Anyone here know how to use jQuery?
Doesn't seem to be working, but at least it's got me going in the right direction. :) Thank you. <html> <head> <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.2.min.js"></script> <script type="text/javascript"> function load() { var c = $("#co...
- Wed Jul 06, 2011 12:49 pm
- Forum: General Discussion
- Topic: Anyone here know how to use jQuery?
- Replies: 13
- Views: 1253
Re: Anyone here know how to use jQuery?
Um... where? :oops:
- Wed Jul 06, 2011 7:58 am
- Forum: General Discussion
- Topic: Anyone here know how to use jQuery?
- Replies: 13
- Views: 1253
Re: Anyone here know how to use jQuery?
This is what I want to write in my .html file: <div id="content"> <p>Adventuring [gear], [armor], [weapons], and [implements] are an important part of any adventurer's career. Their equipment is often all that stands between them and death. Each adventurer begins their career with a set of...
- Tue Jul 05, 2011 9:58 pm
- Forum: General Discussion
- Topic: Anyone here know how to use jQuery?
- Replies: 13
- Views: 1253
Anyone here know how to use jQuery?
I would like to add a script to my web pages that replaces [this] with <a href="this.html">this</a>. I want to do this to cut down on HTML soup for long passages of text where I want a wiki like functionality on my page. Thanks!
- Mon Jun 27, 2011 1:13 pm
- Forum: MapTool
- Topic: Initiative Output Markup
- Replies: 16
- Views: 1092
Re: Initiative Output Markup
I thought about doing that, but I dislike taking control of other's screens. However, if there was one person constantly not noticing, I could probably cobble something together that just does it for them and not others.
- Mon Jun 27, 2011 8:23 am
- Forum: MapTool
- Topic: Initiative Output Markup
- Replies: 16
- Views: 1092
Re: Initiative Output Markup
I blatantly stole the idea from Rumble for the state marking whose turn it is.
- Mon Jun 27, 2011 8:10 am
- Forum: MapTool
- Topic: Initiative Output Markup
- Replies: 16
- Views: 1092
Re: Initiative Output Markup
I had another version that tracked combat with a variable on the lib token and wouldn't allow anyone to use a rest macro until after combat was over, but my mom deleted it from her laptop. >_<
- Mon Jun 27, 2011 8:07 am
- Forum: MapTool
- Topic: Initiative Output Markup
- Replies: 16
- Views: 1092
Re: Initiative Output Markup
Roll Initiative [h, if(getInitiative() != "The token is not in the initiative list."): assert(0, "<b style='color: #660000;'>" + token.name + " is already in combat!</b>", 0)] [h: addToInitiative()] [h: setInitiative(1d20 + InitiativeBonus + Level)] [h: sortInitiative(...
- Thu Jun 23, 2011 7:50 am
- Forum: General Discussion
- Topic: Clarity on Superior Implement Feat
- Replies: 1
- Views: 540
Re: Clarity on Superior Implement Feat
Superior Implements get other bonuses like Accurate Magic Staff. The Accurate does something, but I can't recall what. You can't use superior implements without the feat.
- Fri Jun 17, 2011 9:58 pm
- Forum: Macros
- Topic: Another noob needs help with a macro.
- Replies: 9
- Views: 695
Re: Another noob needs help with a macro.
currentToken() is the function that returns the tokenid. It's a unique hash so you can have tokens with the same name.