Page 1 of 1

Monster question

Posted: Sat Apr 10, 2010 9:31 pm
by PaulH
I may be missing something obvious here, but is it possible to pick up an item that is on the same tile as a monster?

Re: Monster question

Posted: Sun Apr 11, 2010 5:25 am
by lbk
I am not too good at RTC stuff, and this is not exaclty what you want. But, if you make it so that when you click the monster it triggers a relay to use the actions PICK_UP_ANY_TILE and then THROW, it will pick up something on its tile and throw it at you. Hopefully this helps.

Re: Monster question

Posted: Sun Apr 11, 2010 11:13 am
by Gambit37
Like in DM, RTC will prevent any item being picked up when a monster is standing on top of it. Is that what you're asking about? Do you want to override this default behaviour?

Re: Monster question

Posted: Sun Apr 11, 2010 3:25 pm
by PaulH
Yes, I need to overide it.

I am sure all monsters are not like this, wasps for example.

Re: Monster question

Posted: Fri Mar 18, 2011 1:34 pm
by Lord_BoNes
Nope, it applies to any monster... even ghosts. This is something I've tried to get around myself, without success :(

Re: Monster question

Posted: Fri Jun 28, 2013 6:28 pm
by Chaos-Shaman
ok, it is done. i knew there had to be a way.

clone monster, then create relay and two actions. make click hit relay that picks up the item the monster is over, then have second action put down tile in front, it works great. i always wanted to get that to work, so it does.