Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Search Forums

Notices

Showing results 1 to 25 of 52
Search took 0.01 seconds.
Search: Posts Made By: sincla
Forum: Realm Works Discussion December 29th, 2014, 04:07 AM
Replies: 0
Views: 2,073
Posted By sincla
User Notes and Player View

The manual states that if you're using the GM Edition and enter Player Mode to see what the players see, that User Notes should not be visible. However they are for me, and editable too. Has...
Forum: Realm Works Feature Requests December 28th, 2014, 03:56 AM
Replies: 280
Views: 119,412
Posted By sincla
Calendar priority vote +1

Calendar priority vote +1
Forum: Realm Works Feature Requests September 9th, 2014, 07:49 AM
Replies: 23
Views: 12,583
Posted By sincla
Which VTT do you use? It's just that map...

Which VTT do you use?

It's just that map pins are ugly and not as helpful compared to text labels for geographical features that take up an area (e.g. mountain ranges) or towns and cities, imo.
Forum: Realm Works Feature Requests September 9th, 2014, 01:47 AM
Replies: 23
Views: 12,583
Posted By sincla
There's another reason why RW needs layers that...

There's another reason why RW needs layers that is specific to the RW vision and NOT a function of a VTT. And that is overland exploration.

You need to have a way of gradually revealing not only...
Forum: HL - Authoring Kit September 8th, 2014, 10:12 PM
Replies: 8
Views: 3,542
Posted By sincla
Thanks, that makes me feel a little less of an...

Thanks, that makes me feel a little less of an idiot :).
Forum: HL - Authoring Kit September 7th, 2014, 09:21 AM
Replies: 8
Views: 3,542
Posted By sincla
Thank you. I feel chastened once again that it...

Thank you. I feel chastened once again that it was something with a dedicated feature I was overlooking.
Forum: HL - Authoring Kit September 6th, 2014, 08:53 PM
Replies: 8
Views: 3,542
Posted By sincla
Oh this is just one of my convoluted schemes to...

Oh this is just one of my convoluted schemes to try and get sequential ordering of the class rows in the level column of the class level table like the d20 system. I was trying to make class picks...
Forum: HL - Authoring Kit September 6th, 2014, 08:17 PM
Replies: 8
Views: 3,542
Posted By sincla
I added in the component: foreach pick in...

I added in the component:

foreach pick in hero from Class where "ClassLevel.?"

and I get the same error.

I didn't know the from Component was required. The wiki example doesn't have it:
...
Forum: HL - Authoring Kit September 6th, 2014, 08:06 PM
Replies: 15
Views: 5,729
Posted By sincla
In the big picture I'm trying to make my own...

In the big picture I'm trying to make my own personal use files for D&D 5th edition, but I'm wondering if it wouldn't be a better idea to just use the d20 system and tweak it with the editor until...
Forum: HL - Authoring Kit September 6th, 2014, 07:56 PM
Replies: 15
Views: 5,729
Posted By sincla
I'm sorry, maybe I didn't explain well what I...

I'm sorry, maybe I didn't explain well what I want to do.

I just want to replicate the behavior of the class levels table in the class tab of the d20 system, where the levels column increments by...
Forum: HL - Authoring Kit September 6th, 2014, 05:56 PM
Replies: 8
Views: 3,542
Posted By sincla
Why Can't Foreach Loops be Used in Creation Scripts?

The following code:

<creation><![CDATA[
var level as number
foreach pick in hero where "ClassLevel.?"
level += eachpick.tagvalue[ClassLevel.?]
...
Forum: HL - Authoring Kit September 6th, 2014, 04:35 PM
Replies: 1
Views: 2,435
Posted By sincla
My apologies, there is a page on the usagepool...

My apologies, there is a page on the usagepool context and transitions, except it's just called "pool context", without the "usage".
...
Forum: HL - Authoring Kit September 6th, 2014, 10:12 AM
Replies: 15
Views: 5,729
Posted By sincla
I'm following your advice and not using...

I'm following your advice and not using transaction elements at all. I'm talking only about the choose form on the dynamic table. How do I implement a script for when the "Add" button is pressed? ...
Forum: HL - Authoring Kit September 6th, 2014, 10:04 AM
Replies: 19
Views: 5,416
Posted By sincla
Hi Colen, I'm now getting an...

Hi Colen,

I'm now getting an incomprehensible "Portal 'level" - Reference to incompatible field type/style/behavior based on portal type" for the following portal element:

<portal
...
Forum: HL - Authoring Kit September 6th, 2014, 09:32 AM
Replies: 15
Views: 5,729
Posted By sincla
I resorted to it because I can't find anywhere...

I resorted to it because I can't find anywhere the code for the action "add" button at the bottom of a choose table. Do you know where that is? It's not documented. That would be the place I would...
Forum: HL - Authoring Kit September 6th, 2014, 02:23 AM
Replies: 15
Views: 5,729
Posted By sincla
Hi Raven, Could you give me some pointers...

Hi Raven,

Could you give me some pointers how to set up the ordered class table like in Pathfinder/d20? I've been struggling with getting the Level portal to increment sequentially for each new...
Forum: HL - Authoring Kit September 5th, 2014, 09:40 PM
Replies: 1
Views: 2,435
Posted By sincla
UsagePool Context

I could really, really use a rundown on the transitions and target references for usage pools. They seem really important and useful but there's no description of their functionality.
Forum: HL - Authoring Kit September 5th, 2014, 07:24 PM
Replies: 5
Views: 2,694
Posted By sincla
Did a global search, couldn't find an instance of...

Did a global search, couldn't find an instance of that. The mystery deepens...
Forum: HL - Authoring Kit September 5th, 2014, 07:01 PM
Replies: 5
Views: 2,694
Posted By sincla
Damn. So how do you control leveling up? The 4e...

Damn. So how do you control leveling up? The 4e files (I know you haven't worked with them) have in their eval script to constantly reassess the amount of XP, look that up in an array, and assign...
Forum: HL - Authoring Kit September 5th, 2014, 06:03 PM
Replies: 5
Views: 2,694
Posted By sincla
Tags Used As Numerical Values

Hello All,

Quick question. Consider the case where you have a tag group that is used solely to keep track of numbers, like for example Level.1, Level.2,....Level.20, where you want to use the tag...
Forum: HL - Authoring Kit September 5th, 2014, 10:31 AM
Replies: 19
Views: 5,416
Posted By sincla
Please do a quick double check of my source. I...

Please do a quick double check of my source. I got the above code snippet from the 4e data files, components.core, the Requires component, which is full of validate scripts like these.
Forum: HL - Authoring Kit September 5th, 2014, 09:40 AM
Replies: 4
Views: 2,766
Posted By sincla
I have an addtemplate set up for this table, so...

I have an addtemplate set up for this table, so that's all good.

The align statements still don't work, so I had to position the portals horizontally by simply adding spacing.

I copied those...
Forum: HL - Authoring Kit September 5th, 2014, 09:33 AM
Replies: 3
Views: 2,756
Posted By sincla
Adding classes and levels at each character...

Adding classes and levels at each character level, like in the d20 system. I just didn't think it could get that long so as to take up the entire length of the tab (there's limit to the number of...
Forum: HL - Authoring Kit September 5th, 2014, 01:39 AM
Replies: 3
Views: 2,756
Posted By sincla
Seriously? I had to set the "scrollable"...

Seriously? I had to set the "scrollable" attribute to "yes". And then the problem went away. I guess for dynamic tables, HL assumes you can add an infinite number of rows so it has to be...
Forum: HL - Authoring Kit September 5th, 2014, 01:20 AM
Replies: 3
Views: 2,756
Posted By sincla
Dynamic Table Adding Blank Row

I'm having the following problem with setting up a dynamic table.

When I add my first row, it shows up as expected.

But then I make a second selection, and a completely blank row is added while...
Showing results 1 to 25 of 52

 
Forum Jump

All times are GMT -8. The time now is 10:08 PM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.