Advertisement
abitoftaste

Untitled

Jan 11th, 2025 (edited)
611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VBScript 0.26 KB | Gaming | 0 0
  1. Begin bookOrScrollScript
  2.  
  3. short PCSkipEquip
  4.  
  5. if ( MenuMode )
  6. elseif ( OnActivate )
  7.     Activate
  8.     set PCSkipEquip to 1
  9. endif
  10.  
  11. if ( PCSkipEquip )
  12. else
  13.     return
  14. endif
  15. set PCSkipEquip to 0
  16.  
  17. ; MessageBox "This runs when activating or equipping the book!"
  18.  
  19. end
Tags: Morrowind
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement