Jump to content

Recommended Posts

Posted

Having issues with this script. Objective is for player to light a fire. Player MUST have 3 firewood and either oil or a rag,

Erros I am a recieving are...

(11,25): required (...)+ loop did not match anything at input 'Auto'
(11,29): mismatched input '\\r\\n' expecting STATE

Thanks for any help.

 

 

  Reveal hidden contents

 

Posted

Hawhaw.. I'm making a on/off fireplace too. I decided to do it without using any requirements. But, I'm using DarkFox127's tutorial on youtube. And using his scripts. Of course, his resources are missing the source for that script so i can't copy the source and make a new script like his tut suggests. :( I'm kinda like dead in the water there and totally bummed..

 

Any ideas, on where i can find a similar script? Or, god forbid make my own. I'm not quite that advanced yet...

Posted
  On 6/3/2019 at 10:47 PM, c0ax599 said:

Hawhaw.. I'm making a on/off fireplace too. I decided to do it without using any requirements. But, I'm using DarkFox127's tutorial on youtube. And using his scripts. Of course, his resources are missing the source for that script so i can't copy the source and make a new script like his tut suggests. :sad: I'm kinda like dead in the water there and totally bummed..

 

Any ideas, on where i can find a similar script? Or, god forbid make my own. I'm not quite that advanced yet...

No idea if this will help you. I made a resource mod for original Skyrim that demonstrated a campfire going through various stages of burning (Campfire Stages). Someone else created a text tutorial to go along with it. It may be more complicated than what you desire. But it may give you some ideas.

 

That said, you can use Champollion to decompile PEX files into a readable and re-compile-able format (but it does not appear the same as the original PSC file). This may at least get you past the hurdle with DarkFox127's tutorial.

Posted

Yep, forgot that 'property', fixed that now getting errors, relating to removing the items I am sure, like this...

 

(23,17): type mismatch on parameter 1 (did you forget a cast?)
(24,17): type mismatch on parameter 1 (did you forget a cast?)
(29,17): type mismatch on parameter 1 (did you forget a cast?)
(30,17): type mismatch on parameter 1 (did you forget a cast?)

 

 

  Reveal hidden contents

 

Posted

@antstubell

You are trying to remove ItemA etc from the player but those are defined as Integers. Change them to the appropriate objects that you are wanting to remove.

Posted

Well antsubell, I hope you got the help you needed, and I hope you don't mind me piggybacking off your post to get a little help with my similar problem.

 

Thanks IsharaMeradin. I'm so glad someone with your level of knowledge on this stuff is still hanging around here.

Posted

@c0ax599, not at all.

So I should completely remove the lines...

 

 

  Reveal hidden contents

 

Posted

So, eventually got it right. Script is probably way too convoluted but it works so I thought I would share it. Thanks to all for the help.

 

 

  Reveal hidden contents

 

Posted

What you have would work, yes. For educational purposes, the same script with a few tweaks including comment marks as to why.

 

  Reveal hidden contents

 

  • Recently Browsing   0 members

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