Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Reaction Syntax help  (Read 390 times)

Kebra

  • Bay Watcher
    • View Profile
Reaction Syntax help
« on: June 27, 2013, 01:21:55 pm »

Hey,

Can anyone spot whats wrong here?

Im basicly trying to create a cheaty reaction to add crystal glass blocks:

[REACTION:FREE_CRYSTAL_GLASS]
[NAME:AA create crystal glass blocks]
[BUILDING:SMELTER:NONE]
[PRODUCT:100:10:BLOCK:NO_SUBTYPE:GLASS_CRYSTAL:NO_MATGLOSS]
[SKILL:SMELT]
Logged

Hugo_The_Dwarf

  • Bay Watcher
  • Modding Mentor
    • View Profile
    • Regeneration: Forced Evolution
Re: Reaction Syntax help
« Reply #1 on: June 27, 2013, 01:34:41 pm »

item type
BLOCKS

not BLOCK

so

[PRODUCT:100:10:BLOCKS:NONE:GLASS_CRYSTAL:NONE]
Logged

Kebra

  • Bay Watcher
    • View Profile
Re: Reaction Syntax help
« Reply #2 on: June 28, 2013, 09:32:33 am »

item type
BLOCKS

not BLOCK

so

[PRODUCT:100:10:BLOCKS:NONE:GLASS_CRYSTAL:NONE]
Thank you very much :)
Logged