Search found 97 matches

by femanon
Thu Sep 25, 2014 9:08 pm
Forum: General Discussion
Topic: Mote Kickstarter: We are going LIVE!
Replies: 296
Views: 33253

Re: Mote Kickstarter: We are going LIVE!

the new chatbar changes are not something I will like then. while categorizing flow is important feature to some, the very idea of turning what was one window into a complicated mess is unappealing, particularly since the IRC functionality is very tacked on and seems to provide nothing considering h...
by femanon
Fri Sep 19, 2014 10:17 am
Forum: General Discussion
Topic: Mote Kickstarter: We are going LIVE!
Replies: 296
Views: 33253

Re: Mote Kickstarter: We are going LIVE!

Over all, this is kind of damning information to me for a thing that was already sitting on melting ice. but the main thing I want to point out is that mote is silent even in their own community page. they have virtually no support now for any community even their own. Patience works when people com...
by femanon
Thu Sep 18, 2014 9:20 pm
Forum: General Discussion
Topic: Is Maptools Dead?
Replies: 24
Views: 4461

Re: Is Maptools Dead?

functionality wise maptools still has a lot of stagnation. I'm working on a portable framework that can be inserted on a token by token basis from the player side, with extensive character sheet, logging tools, and the like. Its pretty above my head, especially with mt's limited HTML implementation....
by femanon
Thu Sep 18, 2014 9:04 pm
Forum: General Discussion
Topic: Mote Kickstarter: We are going LIVE!
Replies: 296
Views: 33253

Re: Mote Kickstarter: We are going LIVE!

I agree in shame, MT is stagnant, and while I love it to death, the existance mote hinted at was one I was initially excited for when I learned of it just recently, but now that they've proven unreliable, who am I supposed to spread the word to? what can I possibly tell people. "hey guys, there...
by femanon
Tue Apr 22, 2014 11:53 am
Forum: Macros
Topic: Pinning objects in html to certain parts of a frame.
Replies: 8
Views: 974

Re: Pinning objects in html to certain parts of a frame.

You might want to show us examples of what you did - what doesnt work. The examples from the tutorial do work. If you dont get it to work you might be doing something differently. You can make css work in(almost) any place if you use the style-attribute on html tags. While this is not the webdesign...
by femanon
Mon Apr 21, 2014 10:22 pm
Forum: Macros
Topic: Pinning objects in html to certain parts of a frame.
Replies: 8
Views: 974

Re: Pinning objects in html to certain parts of a frame.

I'm getting a lot of people mentioning CSS, but no one so far has had any input on wheather it can be used without a trusted macro, as so far the examples given in the frame and form tutorial does not work as I've mentioned before. I'd be more than happy to use css if I could find out how to get it ...
by femanon
Tue Apr 15, 2014 1:11 pm
Forum: Macros
Topic: Pinning objects in html to certain parts of a frame.
Replies: 8
Views: 974

Re: Pinning objects in html to certain parts of a frame.

a lay out table forces objects to be square like and is fairly inaccurate, is there no other way to get more precision?
by femanon
Tue Apr 15, 2014 12:42 pm
Forum: Macros
Topic: Pinning objects in html to certain parts of a frame.
Replies: 8
Views: 974

Pinning objects in html to certain parts of a frame.

I'm the kind of person who likes to make things look good, slick, and otherwise nice, the problem I'm having with this is that in order to apply a list in html with macro links and other necessary things, I'd like to place them nicely on an image backdrop, sadly HTML as shown in a web browser behave...
by femanon
Wed Mar 12, 2014 5:24 pm
Forum: Macros
Topic: Retrieving individual variables from a list of nested arrays
Replies: 19
Views: 1349

Re: Retrieving individual variables from a list of nested ar

How do you want to interpret this as a nested "array"? I'm going to assume this is intended to be nested string properties where the format is name = value; and where ## is used as ; for nesting purposes. ; is for level 1, ## is for level 2, the nested part. If done as a json, it would lo...
by femanon
Wed Mar 12, 2014 12:16 pm
Forum: Macros
Topic: Retrieving individual variables from a list of nested arrays
Replies: 19
Views: 1349

Re: Retrieving individual variables from a list of nested ar

Token Properties: stats:Strength=10;Dexterity=10;Constitution=10;Intelligence=12;Wisdom=10;Charisma=10; *bonuses:[H: varsFromStrProp(stats)][R: "StrB "+floor((Strength-10)/2)+", DexB "+floor((Dexterity-10)/2)+", ConB "+floor((Constitution-10)/2)+", IntB "+flo...
by femanon
Wed Mar 12, 2014 12:00 pm
Forum: Macros
Topic: Retrieving individual variables from a list of nested arrays
Replies: 19
Views: 1349

Re: Retrieving individual variables from a list of nested ar

man, in another discussion I'm having major trouble to convey a message which just doesn't comes accross. Its interesting sit on the other side, like in this case, as I REALLY have trouble 'getting' you. but lets give it (another) shot. One step at a time just for reference this is an example of wh...
by femanon
Tue Mar 11, 2014 7:22 pm
Forum: Macros
Topic: Retrieving individual variables from a list of nested arrays
Replies: 19
Views: 1349

Re: Retrieving individual variables from a list of nested ar

Can you give us a very specific example of what you want to achieve? In terms of eg player a wants increase her strength with +1 while the property is embedded I the list... Probly not the right example but I'm asking for one. To directly answer your q yes you can use nested lists but you're also e...
by femanon
Tue Mar 11, 2014 6:34 pm
Forum: Macros
Topic: Retrieving individual variables from a list of nested arrays
Replies: 19
Views: 1349

Re: Retrieving individual variables from a list of nested ar

if youre swinging that way I would reconsider your structure: 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 ## Siz...
by femanon
Tue Mar 11, 2014 4:54 pm
Forum: Macros
Topic: Retrieving individual variables from a list of nested arrays
Replies: 19
Views: 1349

Re: Retrieving individual variables from a list of nested ar

I put Propertyname in to a variable for demonstration. If it's in a token property already, then you don't have to have that line. If you're going with a macro-less where you never access the variables directly, then you're just showing the variables in the stat sheet. Is that what you're talking a...
by femanon
Tue Mar 11, 2014 3:47 pm
Forum: Macros
Topic: Retrieving individual variables from a list of nested arrays
Replies: 19
Views: 1349

Re: Retrieving individual variables from a list of nested ar

Oops, wrong function: [H: 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 ...

Go to advanced search