Scriptname _00E_ClassMenueScript extends ObjectReference  

GlobalVariable Property TalentPoints Auto
GlobalVariable Property PlayerSpeed Auto
Actor Property PlayerREF Auto
Spell Property _00E_ClassMenueSpell Auto
EffectShader Property GhostEtheralFXShader Auto
GlobalVariable Property GameHour Auto
GlobalVariable Property Timescale Auto

Event OnTriggerEnter(ObjectReference akActionRef)

Gamehour.SetValue(0.0)
TimeScale.SetValue(0.01)
; TalentPoints.SetValue(100)
PlayerREF.SetScale(1.5)

EndEvent