Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Defining profession names by caste.  (Read 1179 times)

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Defining profession names by caste.
« on: July 19, 2011, 05:07:00 am »

Since this seems a bit complex, I've decided to give this its own topic. From what I've seen, the PROFESSION_NAME tag actually doesn't work on castes; it just uses the last listed. For example:

Code: [Select]
[SELECT_CASTE:caste1]
[PROFESSION_NAME:AXEMAN:choppy:choppies]
[SELECT_CASTE:caste2]
[PROFESSION_NAME:AXEMAN:chopper:choppers]
Will make ALL axemen within that particular creature definition, including caste1, choppers. Is there any way around this?

Knight Otu

  • Bay Watcher
  • ☺4[
    • View Profile
Re: Defining profession names by caste.
« Reply #1 on: July 19, 2011, 05:30:09 am »

You want CASTE_PROFESSION_NAME there.
Logged
Direforged Original
Random Raw Scripts - Randomly generated Beasts , Vermin, Hags, Vampires, and Civilizations
Castle Otu

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Defining profession names by caste.
« Reply #2 on: July 19, 2011, 01:41:23 pm »

You want CASTE_PROFESSION_NAME there.

DERP ME