Sharlikran

Uninstall Script

Apr 6th, 2017
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. scriptname SKEMenuUninstallerScript extends ActiveMagicEffect
  2.  
  3. ;SKEMenuInstallerScript is scriptname of the file SKEMenuInstallerScript.psc with all the Events and Functions
  4. SKEMenuInstallerScript property SKECustomCategoriesUninstaller const auto
  5. {The above property will be set to the quest Script_CustomCategoriesInstaller once assigned.}
  6.  
  7. Event onEffectStart(Actor akTarget, Actor akCaster)
  8. SKECustomCategoriesUninstaller.uninstall_menu()
  9. EndEvent
Advertisement
Add Comment
Please, Sign In to add comment