Jump to content

Could Someone create a Script for me ?


CRAIZEprince

Recommended Posts

I am horribly at scripting and i was wondering if someone could make me a script that contains that will open all doors (this script will be assigned to an item) , even quest based doors .

It's for an idea of a mod that i have.

 

Thank you very much !! :D

Link to comment
Share on other sites

I am horribly at scripting and i was wondering if someone could make me a script that contains that will open all doors (this script will be assigned to an item) , even quest based doors .

It's for an idea of a mod that i have.

 

Thank you very much !! :D

 

 

Hi,

First, sorry for my bad english

 

Example

= = = = = = =

scn AllDoorsUnlockKeySCRIPT

 

short doonce

 

BEGIN OnAdd player

 

if doonce == 0

[TerminalRef.]Unlock

set doonce to 1

 

endif

END

 

= = = = = = =

 

All doors in your quest must be set as Persistant Reference with unique Reference Editor ID.

TerminalRef in script is Reference Editor ID of doors.

BB

PS: For more help, send me PM

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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