Paul Bushore - 2000-07-25

This is in regards to the bug about casting skills.  I do
not know the proper placement of this message so I am
posting in this discussion as well as on the comments page
for the bugs.

Read this with a warning, I suck at coding :)

Anyway, is there a way to query to see if it is using
slot (0)? I noticed that the skills such as weapon
skills and recall etc do not have slots assigned to them
so I was wondering if a simple query in the spell casting
function could do a lookup on the skill number to see if
it has a slot assigned. If it is using slot (0) then return
a you cannot cast that! This is compared to doing an if
statement for each weapon type/skill in the casting func.

If I am totally wet on this subject please flame away! :)