39 lines
756 B
Plaintext
39 lines
756 B
Plaintext
subclass BCharacter of WorldObjectBase
|
|
{
|
|
scratch = $0
|
|
pModule = $ffff ; -1
|
|
pLine = $ffff ; -1
|
|
pName = $0
|
|
pSelf = $0
|
|
pType = $6 ; maxScale
|
|
pProfession = $0
|
|
pExperience = $0
|
|
pRace = $0
|
|
pSex = $0
|
|
pBuildPoints = $0
|
|
pHomeTown = $0
|
|
pSkillArray = $0
|
|
pSpellArray = $0
|
|
pProperName = $0
|
|
pTitle = $0
|
|
pBiography = $0
|
|
pStealingCount = $0
|
|
pStealingUnserved= $0
|
|
pKillingCount = $0
|
|
pKillingUnserved= $0
|
|
pPeaceful = $0
|
|
|
|
init()
|
|
dispose()
|
|
buildVerbList()
|
|
fromPacket()
|
|
setProperName()
|
|
setTitle()
|
|
setBiography()
|
|
fromFullPacket()
|
|
}
|
|
|
|
string_0044 = ""
|
|
string_0045 = "BCharacter"
|
|
|