Added a return activator to the meditation area

This commit is contained in:
Eddoursul 2024-02-27 13:57:19 +01:00
parent 918b387cdd
commit 4e83a7bb91
3 changed files with 9 additions and 0 deletions

BIN
Return pillar.esp Normal file

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,9 @@
Scriptname _00E_MeditationReturn extends ObjectReference
event OnActivate(ObjectReference akActionRef)
if akActionRef == Game.GetForm(0x14)
_00E_Class_OpenClassMenuSpell.Cast(akActionRef, akActionRef)
endif
endevent
SPELL Property _00E_Class_OpenClassMenuSpell Auto