Tried checking for the key doesn't fit the lock message, I can't seem to capture it.
And it should close the chest. The close 'use' happens at +12 seconds, the check for end happens at +14, and the reset at +15.
Search found 6 matches
- March 4th, 2015, 11:08 pm
- Forum: VT: Meta Releases
- Topic: GM: Key/chest agnostic pull meta.
- Replies: 18
- Views: 27674
- March 2nd, 2015, 3:10 am
- Forum: VT: Meta Releases
- Topic: GM: Key/chest agnostic pull meta.
- Replies: 18
- Views: 27674
GM: Key/chest agnostic pull meta.
This is meta that allows you to pull any chest. Select the key and start the meta by saying '.pull' in fellow text. It will use the selected key, and any with the same name, on the nearest chest. It will continue doing so until you run out of keys by that name.
- January 22nd, 2015, 2:27 am
- Forum: VT: Meta Support
- Topic: Expression to test for item in inventory.
- Replies: 5
- Views: 7977
Re: Expression to test for item in inventory.
Apparently while istrue won't work on checking for object existence, isfalse will.
isfalse[wobjectfindininventorybynamerx[\^\(Aged\|Durable\) Legendary Key\$]]
isfalse[wobjectfindininventorybynamerx[\^\(Aged\|Durable\) Legendary Key\$]]
- January 21st, 2015, 11:48 pm
- Forum: VT: Meta Support
- Topic: Expression to test for item in inventory.
- Replies: 5
- Views: 7977
Re: Expression to test for item in inventory.
I meant no offence.
I wasn't aware the keys from quests could only be used in the chests in the dungeons. You can search for specific patterns:
iif[getobjectinternaltype[wobjectfindininventorybynamerx[\^\(Aged\|Durable\) Legendary Key\$]]==7,1,0]
Though that doesn't take care of the use order.
I wasn't aware the keys from quests could only be used in the chests in the dungeons. You can search for specific patterns:
iif[getobjectinternaltype[wobjectfindininventorybynamerx[\^\(Aged\|Durable\) Legendary Key\$]]==7,1,0]
Though that doesn't take care of the use order.
- January 21st, 2015, 12:36 am
- Forum: VT: Meta Support
- Topic: Expression to test for item in inventory.
- Replies: 5
- Views: 7977
Expression to test for item in inventory.
I was surprised when I saw how big the legendary key meta was until I realized the item detection didn't allow for regular expressions. This forces a bunch of messyness around dealing with the types of legendary keys. With expressions this can be fixed. I'm sure there is a better way of doing this b...
- January 15th, 2015, 8:08 pm
- Forum: VT: Meta Support
- Topic: String Capture
- Replies: 4
- Views: 7796
String Capture
Out of curiosity is this possible?
I mean, I know with expressions it is now technically possible using regular expressions matching each letter in the string and setting a variable for it, but is there a more practical solution?
I mean, I know with expressions it is now technically possible using regular expressions matching each letter in the string and setting a variable for it, but is there a more practical solution?