Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Caste name issue.  (Read 563 times)

Seriyu

  • Bay Watcher
    • View Profile
    • Springless Clock
Caste name issue.
« on: January 04, 2013, 02:16:47 am »

So I'm making a tengu race, and there are three castes, koppa, kurama, and karasu tengu, however, despite them having the (presumably) correct stats and descriptions, they all have the same name, kurama tengu. There's no error log, so I'm stumped. I declared the names all in the same way, in the same place, etc, they just all arbitrarily have wrong names. Except for the two actual karasu tengu obviously.

Code follows.

Spoiler (click to show/hide)
 

The base creature is just called "tengu", as a note.

Thanks in advance!

Meph

  • Bay Watcher
    • View Profile
    • worldbicyclist
Re: Caste name issue.
« Reply #1 on: January 04, 2013, 02:19:03 am »

You want [CASTE_NAME: and not [NAME: in the castes.
Logged
::: ☼Meph Tileset☼☼Map Tileset☼- 32x graphic sets with TWBT :::
::: ☼MASTERWORK DF☼ - A comprehensive mod pack now on Patreon - 250.000+ downloads and counting :::
::: WorldBicyclist.com - Follow my bike tours around the world - 148 countries visited :::

P(ony)SI

  • Bay Watcher
    • View Profile
Re: Caste name issue.
« Reply #2 on: January 04, 2013, 02:19:48 am »

You're using [NAME] instead of [CASTE_NAME].
[NAME] defines the general creature name. [CASTE_NAME] is for caste names, obviously.

EDIT: Damn you ninja.
Logged

Meph

  • Bay Watcher
    • View Profile
    • worldbicyclist
Re: Caste name issue.
« Reply #3 on: January 04, 2013, 02:22:48 am »

I will not dishonor the clan.  8)
Logged
::: ☼Meph Tileset☼☼Map Tileset☼- 32x graphic sets with TWBT :::
::: ☼MASTERWORK DF☼ - A comprehensive mod pack now on Patreon - 250.000+ downloads and counting :::
::: WorldBicyclist.com - Follow my bike tours around the world - 148 countries visited :::

Seriyu

  • Bay Watcher
    • View Profile
    • Springless Clock
Re: Caste name issue.
« Reply #4 on: January 04, 2013, 02:40:10 am »

Ahaaaaaa, that's the ticket. Thank ya very much!