Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
Joined: Sep 2018
M
stranger
OP Offline
stranger
M
Joined: Sep 2018
I want to check if a combat ability of a character is greater then 5. I know the CharacterGetAbility and the IsGreaterThen. But how can i use them the ACTIONS part of my script?

Joined: Nov 2017
L
member
Offline
member
L
Joined: Nov 2017
Hi Meldexun!

Generally, things that return values are queries, so you'll have to put it into a structure along the lines of

IF "c1&c2"
CharacterGetAbility(_Value, <Character>, <Ability>)
IsGreaterThen(_Value, 5)
THEN

etc.

Joined: Sep 2018
M
stranger
OP Offline
stranger
M
Joined: Sep 2018
Thank you.


Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5