4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
501 B

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