View Single Post
Ravencloak
Junior Member
 
Join Date: Feb 2007
Posts: 18

Old October 9th, 2007, 08:17 AM
The following eval script should work. Alternately, I think you could check for the race using the same script I used to check for the Half-Dragon template, except you'd check for [rKobold] instead of [tmHlDragon].

~Check to see if creature is a kobold or has half-dragon template

@valid = 0

if (hero.tagis[wGroup.rKobold] <> 0) then
@valid = 1
endif

if (pickexists[tmHlDragon] <> 0) then
@valid = 1
endif
Ravencloak is offline   #2 Reply With Quote