• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

creating a 1/2 race missing something

Herkymr

New member
So i am creating a half gnome/halfling for one of my players. Havent worked with editor in almost 2 yrs so my scripting is a bit rusty.

I get errors on line 3 and 75. Thought i fixed it but still didn't work. Got to be missing something simple.

Here's the error lines as received:

Line 3: thing 'Gnome' (unique id: r?) from component set 'Race'

Line 75: thing 'Halfling' (unique id: r?) from component set 'Race'

What am I missing?
 
If you have the Advanced Race Guide, you could try building the race as a "custom race" using the standard rules within the normal HL instead of using the editor. :-)
 
There "(unique id: r?)" part suggests to me you may have duplicated existing things in order to look at them, but forgot to subsequently delete them from your .user file.
 
There "(unique id: r?)" part suggests to me you may have duplicated existing things in order to look at them, but forgot to subsequently delete them from your .user file.
This right here. You did a New (Copy) of these races and left then as copy with invalid Unique ID with the "?" question mark in them. That is why HL is complaining at you.

You need to give them valid unique ID or delete them. You will find the entries in the editor on the "Race->Race" tab.
 
Back
Top