Jump to content

How to mark something as initially disabled in the CS?


GetTheJojDone

Recommended Posts

Have you looked at the "fortDisableScript"? I have a copy here for you:

 

Begin fortDisableScript
if ( GetDisabled == 0 )
if ( GetJournalIndex BM_Smugglers >= 93 )
Disable
endif
elseif ( GetDisabled == 1 )
if ( GetJournalIndex BM_Smugglers < 93 )
Enable
endif
endif
End fortDisableScript
All you would need to do is replace the journal entry ID (marked in blue) and value (marked pink), with your journal entry ID and value and change the script name (marked in red) to a name of your choosing. Then attach the script onto the NPC (or object) of your choice
Sorry if it's a bit colourful but it's how I taught my friend to use scripts.
Hope this helps :happy:
Edited by DarkAzarth
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...