Jump to content

DOWNLOAD MODS

Are you looking for something shiny for your load order? We have many exclusive mods and resources you won't find anywhere else. Start your search now...

LEARN MODDING

Ready to try your hand at making your own mod creations? Visit the Enclave, the original ES/FO modding school, and learn the tricks of the trade from veteran modders...

JOIN THE ALLIANCE

Membership is free and registering unlocks image galleries, project hosting, live chat, unlimited downloads, & more...

sugarsickness

Allies
  • Posts

    3
  • Joined

  • Last visited

About sugarsickness

  • Birthday 10/17/1988

Profile Information

  • Gender
    Female
  • Location
    Somewhere in Australia

sugarsickness's Achievements

Layman

Layman (1/11)

1

Reputation

  1. I'd like to know the answer to this too. I couldn't get Gecko to install on my computer, and while I got OBSE to install, I can't for the life of me get Elys Universal Silent Voice to work properly. I just want to make the dialogue stick around longer since I'm not a speed-reader. This entire thing is making me feel really dumb, haha. Additionally: Apparently in the version of TES CS I have is the latest one, and it doesn't allow the lip synching. I can still record my voice with it, but it doesn't work in game and the text zooms past silently without change.
  2. Ah ok, that fixed the saving problem. I'll remember to not put numbers in front of references anymore! I'm still having trouble with getting the bed renting to work, but the issue of it not being able to be saved if fixed edit: I totally figured out that I had forgotten to actually *put* my script onto the NPC. Haha. /facepalm Thanks for the replies earlier though!
  3. Hi, I'm really new to modding (as in... I just started less than a week ago!) and I'm trying to figure out how to implement an inn into the small settlement I'm building. I thought I had followed this tutorial right, but it won't let me save the code, and gives me a "Script Publican_ToLTavern_Daisy', line 14: Script command "01OakInnDoor.unlock" not found" warning. So... which script command SHOULD I be using? Am I wrong for using the Reference Editor ID? If I am, what should I be using instead, and is there anything special I should be doing? Scriptname Publican_ToLTavern_Daisy short rent short rentday short cleanup short setup begin gamemode if ( rent == 1 ) if ( setup == 0 ) set rentday to GameDaysPassed set setup to 1 01OakInnDoor.unlock 01OakBed.SetOwnership else if ( GameDaysPassed != rentday ) set cleanup to 1 endif endif if Player.GetinCell 011ShadeOakInn == 0 if ( Cleanup == 1 ) set Cleanup to 2 endif endif if ( Cleanup == 2 ) ;resets The Variables set rent to 0 set setup to 0 set rentday to 0 set cleanup to 0 01OakInnDoor.SetOpenState 0 01OakInnDoor.lock 30 01OakBed.SetOwnership DaisyInn endif endif end
×
×
  • Create New...