Talk:Debug Text

From the Oblivion ConstructionSet Wiki
Revision as of 17:47, 13 June 2006 by imported>Omzy (HK_STATE, can it be accessed?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

One - Animations

The first line says:

HK_STATE -> OnGround. 

This state shows whatever action the actor is performing. For example, if I was jumping and blocking with a shield at the same time, it would read:

Action -> Block HK_STATE -> InAir. 

Since the HK_STATE is a string variable, is there any way to access this variable in a script?--Omzy 17:47, 13 June 2006 (EDT)