Recent content by JamikaTye

  1. J

    [Scripting Question] Help with outfits.

    Thank you for clearing that up a bit. Like I said, I am not great with scripting, and I am trying to make a different script work for this. I know that "=" means "is", and that "==" means "equals" but it often doesn't make sense to me when to use which one. I had made the corrections you listed...
  2. J

    [Scripting Question] Help with outfits.

    Absolutely wonderful! This fixed the issue with walking through snow banks. Thank you so very much for fixing this dilemma for me! Don't suppose anyone has any advise on how to check for and save the outfit being worn, then check to see if the player has the required outfit (jacket), switch to...
  3. J

    [Scripting Question] Help with outfits.

    That sounds correct to me. The way you say it makes it sound simple.
  4. J

    [Scripting Question] Help with outfits.

    What I am trying to do is have multiple outfits. I also want snow banks where the player sinks down. Making a player look like they are sinking down requires a new outfit. I have set that outfit to #5. The script says that if a player steps on this snow tile, display outfit 5. If they are not...
  5. J

    [Scripting Question] Help with outfits.

    I see what you mean and never thought to reverse engineer an item. That just might work. I am still having an issue with storing the last outfit used by a player. When the player walks the current script changes their outfit to the winter jacket. That's great... while the player is in the snow...
  6. J

    [Scripting Question] Help with outfits.

    Thank you for putting this is the correct place. Apologies on that!
  7. J

    [Scripting Question] Help with outfits.

    Alright so here it is again but hopefully with links. I adapted a tutorial on sinking mud and used it for snow. It seems to interfere with my game though as this specifically makes my outfit whatever is set in the script, regardless if another event changes the outfit. I would guess that the...
  8. J

    [Scripting Question] Help with outfits.

    Hello everyone! I am hoping that someone knows a way to have multiple outfits in the game. I know how to just switch outfits but I want more than that. I want players to have to buy outfits, and be able to "unlock" outfits for completing tasks. So I would need some kind of system to store and...
Back
Top