So here is the first trigger I've essentially written myself (woohoo!).
[strike]I can get it to work, but not the way I want it to hahaha.[/strike][strike] I can sort of get it to work. Caught up also at the giving action.
[/strike] Fixed this.
Is there a way to make the trigger recognize the speech as a whisper? I've tried a couple of different things, but it comes down to me not knowing the jargon I think. And I can't find where different methods of speech are defined for use in triggers, or if it's possible at all.
Here is what I have (slightly edited from within the game because I was playing with it):
Code:
Trigger Editor [59303]
1) Name : Iryli Loads Key - Obj [59322]
2) Intended for : Mobiles
3) Trigger types: Speech
4) Numeric Arg : 0
5) Arguments : May the Cycle balance all things.
((I'd like this phrase to only activate the trigger if it is whispered, like a secret password. 8D))
6) Commands:
*This is intended to only load obj 59322 to Iryli if someone whispers the
correct phrase to her.
%load% obj 59322 Iryli_593
%echo% Iryli inclines her head. 'Of course. Here you are.'
wait 1 second
give key %actor.name%
wait 1 second
%echo% Iryli resumes her position. 'Have a pleasant day.'
I tried using "if %arg% == whisper" at the top, but it didn't recognize whisper.
I foresee a lot of trigger-type questions from me in the near future. I'm close to finishing my zone and these are the final touches! But a lot of what I want to do is beyond my knowledge!! But in preparation for that, I'm just going to add my additional questions onto this thread, so I don't have a gajillion of them.
I appreciate everyone's help!! Thank you so much!!