GetIsClass
From GECK
A function included in the GECK for Fallout 3.
Description
Returns 1 if the actor's class matches a given Class ID.
Syntax
(boolean) actor.GetIsClass Class:form
Example
if SomeActor.GetIsClass Doctor ; Do my doctor stuff endif