ImageSpace modifiers aren't displaying.

Post » Sun Jun 17, 2012 3:23 pm

Event OnUpdate()If (InebriationLevel>0 && InebriationLevel<3)Drunk1.Apply(1)Debug.MessageBox("Drunk level 1")EndIfIf (InebriationLevel>=3 && InebriationLevel<4)Drunk2.Apply(1)Debug.MessageBox("Drunk level 2")EndIfIf (InebriationLevel>=4 && InebriationLevel<6)Drunk3.Apply(1)Debug.MessageBox("Drunk level 3")EndIfIf (InebriationLevel>=6 && InebriationLevel<8)Drunk4.Apply(1)Debug.MessageBox("Drunk level 4")EndIfEndEvent 

When I run this, I get the pop-up messages, but I see no change in the screen space. Any ideas?

Drunk1, Drunk2, etc. are properties of the type ImageSpaceModifier that have been set where I tell the script to happen.
User avatar
Lisa Robb
 
Posts: 3542
Joined: Mon Nov 27, 2006 9:13 pm

Return to V - Skyrim