Unknown2008-11-16 15:42:09
Hello
The system I am using a a tad bit old on my combat system and I never can get treant to work for me but that is not the point of this.
While hunting on one of my planes a grub in queston droped a essence which I did not pick up but I did with the gold and its body.
I put in a tigger of A bit of dark essence tumbles out of
for the send I then just said pick up essence
but no luck.
A bit of dark essence tumbles out of the corpse of a morbidly-tainted grub.
So how would I go about this of maybe making a wildcard for the essences?
The system I am using a a tad bit old on my combat system and I never can get treant to work for me but that is not the point of this.
While hunting on one of my planes a grub in queston droped a essence which I did not pick up but I did with the gold and its body.
I put in a tigger of A bit of dark essence tumbles out of
for the send I then just said pick up essence
but no luck.
A bit of dark essence tumbles out of the corpse of a morbidly-tainted grub.
So how would I go about this of maybe making a wildcard for the essences?
Gwylifar2008-11-16 16:16:05
Did you try to pick it up when you don't have balance since you just finished killing? Maybe you need that trigger to set a temp trigger to pick it up when you recover balance.
Trakis2008-11-17 13:51:23
Trigger line: "A bit of dark essence tumbles out of"
Set a variable essenceOnGround = 1
Trigger both of these lines to do the following:
Trigger line: "You have recovered balance on all limbs."
Trigger line: "You have recovered equilibrium."
if essenceOnGround == 1:
world.send("get essence")
essenceOnGround = 0
Set a variable essenceOnGround = 1
Trigger both of these lines to do the following:
Trigger line: "You have recovered balance on all limbs."
Trigger line: "You have recovered equilibrium."
if essenceOnGround == 1:
world.send("get essence")
essenceOnGround = 0