Page 1 of 1
Specific Character floor text
Posted: Thu Jun 11, 2009 7:01 pm
by Neilski
How do I get a certain character to set off a floor text?
ie - My dungeon consists of Gordon, David, Vincent and Jesus.
What i want to achieve is the party walking across a floor text square (near the polling station) and only 1 member of the party setting it off - for arguments sake I want Gordon to say something like 'Oh dear i have just soiled my breeches', should he step on the particular square. However if he has not been selected to join the party - or has commited suicide (even more likely) the floor text never shows up. How does one achieve this?
Re: Specific Character floor text
Posted: Thu Jun 11, 2009 7:29 pm
by Gambit37
Your floor trigger should target a relay -- the relay should have a conditional check for party member = gordon. Can't remember exact terms, but investigate those options and it should make sense. The relay should be set to activate the text object. -- presto, member specific actions
Methinks Gordon needs to change his underwear!
Re: Specific Character floor text
Posted: Thu Jun 11, 2009 8:30 pm
by Lord_BoNes
You'd need to use EACH_LIVING_PARTY_MEMBER for your floor trigger, not just PARTY.
Then, as Gambit said, target a WALLITEM_RELAY, with the top of the relay's conditions being "Triggering/Character" (right down the bottom in the list). For the bottom click on the check box next to character, and select your desired character in the list.
For the relay's target... a WALLITEM_SPEECH. In the speech's properties put your text in the box, and select the type "party".
As Gambit also said above, I believe that Gordon needs a new pair of underwear... LOL
Re: Specific Character floor text
Posted: Fri Jun 12, 2009 2:53 pm
by Neilski
Marvellous - cheers guys, would have took me forever to work it out by myself. There will be more questions sooner or later no doubt, but thanks for the time being,
Coming soon - new dungeon - Gordon Browns trousers - probably a load of crap.
Re: Specific Character floor text
Posted: Fri Jun 12, 2009 3:51 pm
by Lord_BoNes
All good. Glad I could be of assistance.
Re: Specific Character floor text
Posted: Wed Jun 17, 2009 1:00 am
by Neilski
Similar question but slightly different specifics: Gordon, David, Vincent and Jesus are still in the dungeon but Gordon has comitted suicide - there is some text that I want David to say - but only if Gordon is NOT in the team - how is this done?
I have been buggering about with relays and think I know the ins and outs (Newbie to this editing lark) but can't figure this one out. Any help greatly appreciated.
Re: Specific Character floor text
Posted: Wed Jun 17, 2009 9:19 am
by Trego
I am guessing you would have a floor trigger operated by each dead party member, this targets a relay with Character/Gordon, targeting another relay with Triggering/Character and Character/David activating the wallitem_speech.
Re: Specific Character floor text
Posted: Wed Jun 17, 2009 10:38 am
by beowuuf
Counters should be your friend, you can have different relays activating for different parts of the conditionals, and only if all parts are ok will the counter be decremented correctly and the message be activated