laria
Well-Known Member
- Joined
- Jan 15, 2010
- Messages
- 5,386
- Reaction score
- 36
i have a construction that does classquests:
if-classcheck
if hasspell
train
endif
pickup classquest & do it
turn it in
endif
the problem is that the castspellon-behaviour is complaining each time
"character doesnt know spell, stopping hb"
hb isn't stopped though and the "doesnt know spell" is totally not necessary because the classcheck successfully avoids the castspellon line for immolate if you are a shaman.
A bit confusing to the users
if-classcheck
if hasspell
train
endif
pickup classquest & do it
turn it in
endif
the problem is that the castspellon-behaviour is complaining each time
"character doesnt know spell, stopping hb"
hb isn't stopped though and the "doesnt know spell" is totally not necessary because the classcheck successfully avoids the castspellon line for immolate if you are a shaman.
A bit confusing to the users

Last edited: