gathel
New Member
- Joined
- Feb 14, 2015
- Messages
- 26
Is there a way to check attributes in a profile, for example doing something like:
I thought about doing this in a <CodeChunk> but how would I obtain the current character, and is there a desired process for waiting for a condition other than polling?
Code:
<WaitWhile Condition="Character.CurrentGP < 400" />
I thought about doing this in a <CodeChunk> but how would I obtain the current character, and is there a desired process for waiting for a condition other than polling?