Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Interactions Question!!  (Read 881 times)

Godlysockpuppet

  • Bay Watcher
  • [Insert wit here]
    • View Profile
Interactions Question!!
« on: September 29, 2012, 04:11:19 pm »

Would anyone have any idea how to make an interaction that changes a creatures blood to a goolike substance? My idea is a region that occasionally makes creatures in it turn into crazed creatures with brown goo for blood. How would I go about doing this? Thanks :)

-I already know how to make them crazed. Just abit confused as to how I can change their blood.
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Interactions Question!!
« Reply #1 on: September 29, 2012, 07:47:48 pm »

You can't change their blood unless you make the interaction a transformation. You can add interactions to blood with BODY_MAT_INTERACTION, though.

Godlysockpuppet

  • Bay Watcher
  • [Insert wit here]
    • View Profile
Re: Interactions Question!!
« Reply #2 on: September 30, 2012, 03:13:14 am »

You can't change their blood unless you make the interaction a transformation. You can add interactions to blood with BODY_MAT_INTERACTION, though.
Hmm.. I was thinking about transformation. Thanks anyway :) Just wondering if it was possible!
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Interactions Question!!
« Reply #3 on: September 30, 2012, 02:11:34 pm »

Okay, yeah. Under the creature, you want this:

Code: [Select]
[USE_MATERIAL_TEMPLATE:BLOOD:BLOOD_TEMPLATE]
[STATE_COLOR:ALL:BROWN]
[BLOOD:LOCAL_CREATURE_MAT:BLOOD:LIQUID]
Instead of the normal blood token stuff.