to make it so that you can cast spells.
for instance say i have 5 hand symbols(represented by 5 buttons) that a wizard uses in any combination to cast different spells.
i want to have a verb that toggles on and off and changes those 5 buttons to do other actions when the "cast" isn't toggled on.
is that possible, and if so what would i need to look up to get started working on it
ID:166290
Aug 26 2006, 8:47 am
|
|
Aug 26 2006, 9:24 am
|
|
Like making combinations using the 5 controls to cast different spells? I think that's possible..
|
Yes, this is possible. First, you need to override the verbs used by those keys. For example:
client A special verb (maybe with a macro) could turn castmode on and off. Then there's the combo system for spells: client Lummox JR |