GetPCIsClass

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns 1 if player's class matches a given Class ID.

Syntax

[help]
(boolean) GetPCIsClass Class:form

Example

if GetPCIsClass Doctor
    ; Do my doctor stuff
endif 

See Also