Advertisement
Guest User

Untitled

a guest
Jun 9th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Begin SCRIPTNAME
  2.  
  3. if ( GEtJournalIndex ... )
  4. if ( GetDisabled == 0 )
  5. disable
  6. endif
  7. elseif ( GetJournalIndex ... )
  8. if ( GetDisabled == 1 )
  9. enable
  10. endif
  11. endif
  12.  
  13. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement