Jump to content

Trigger #1 - Acquired()


Echon

Recommended Posts

This trigger does not appear to work. The CRE running the script did not kill itself although it did acquire the potion of healing.

 

IF
Acquired("POTN08") // Potion of Healing
THEN
RESPONSE #100
 Kill(Myself)
END

 

-Echon

Link to comment

I'm curious how did you test this.

What should Acquired mean?

 

1. the creature just received the item

2. the creature just picked up the item

3. the creature just stole an item

 

x. the item got into the inventory of the creature (all of the above, plus several other ways)

 

 

Btw, GemRB implements 'x'

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...