|
I have built User Interfaces before with other games, but I have never dealt with LUA before.
I have decided to attempt a mod for Warhammer, and would like a bit of advice. Basically, will what I have below be able to be done at all? and if so, what are some ways you would recommend to do this?
Here is what I have come up with, as far as a general chain of events.
create window for user, SET VARIABLES
user set update time user set potion/buff type. user set alert time
LOOP THIS
check what buff user wants check if buff is active if buff is not active look for potion in inventory if potion is available, use it if potion is unavailable, alert user, change recheck to user set alert. recheck based on update time
|