As example this simple script added to lever works just fine.
Scriptname _TestMenu extends objectreference
Event OnActivate(objectreference akActionRef)
Game.ShowRaceMenu()
endevent
ShowRaceMenu() as we know is our function to spawn up a Race Selection Dialogue. But there are no functions to spawn up Enchanting or Alchemy Menu. Maybe it is hard binded with a corresponding workbench, but it looks like a nonsence.
If anybody knows reference of such functions, may we see it?
Thank you.
sfme