Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Dfhack, createitem question  (Read 3010 times)

EvangMM

  • Escaped Lunatic
    • View Profile
Dfhack, createitem question
« on: March 21, 2016, 07:29:38 am »

Hello to everyone! I'm new on this forum and I don't know if this is the right place to pose this question: is there a way to create fruit with dfhack command "createitem"?
Logged

kane_t

  • Bay Watcher
    • View Profile
Re: Dfhack, createitem question
« Reply #1 on: March 22, 2016, 09:54:47 pm »

You should try
Code: [Select]
gui/create-item instead.  You need to have a dwarf selected (with 'v') and the item will be created at their feet, but it allows you to create almost any item with an in-game UI.

Fruit would probably be under plants, then select the plant type, and then the fruits would be in the list.
Logged

EvangMM

  • Escaped Lunatic
    • View Profile
Re: Dfhack, createitem question
« Reply #2 on: March 23, 2016, 09:19:52 am »

Thanks man!
Logged