Jump to content

Алексей

Legendary Savior
  • Posts

    1,427
  • Joined

  • Last visited

Everything posted by Алексей

  1. from a distinct looking one.
  2. side of mashed potatoes with
  3. Not exactly yet. NZCR is still my priority. :)
  4. Алексей

    j

    It looks okay. Since you're not limited to 256 colors, I think it would look a lot better anti-aliased. Maybe it's just the angle of the Garchomp head, but it looks off.
  5. It was something I came up with off the top of my head and untested, but it should work in State -2. As a coder, it's your job to use trial and error to get it working. I've used that "fvar(0)" technique many times and also have played random sounds before, so I know what I'm talking about here. :P Try removing time=1. Maybe that part is overkill.
  6. Алексей

    j

    Lol.
  7. If you do go down the state -2 route, you have to make sure that you put the ENTIRE state -2 there, in your options file. You can't leave it in your character and expect this extra state to be known by your character's CNS. Another way you could do it is by spawning a helper and having the helper state in the options file. Then you just do what you need to in that file and call the helper in state -2, like: type = Helper trigger1 = !NumHelper(helperID) ID = helperID
  8. Алексей

    j

    Oh no, this looks like a job for an admin. Administrator powers, ACTIVATE!
  9. "Wait! Titans don't have chicken
  10. Алексей

    j

    Eh, it was told strangely. Alright, lol.
  11. Big One, right in the
  12. Алексей

    j

    The first word of all the last paragraphs... meaning that said guy must have seen him/her typing this? That's what doesn't add up. Either that or Sakuya is gone now and the guy took over. O_o.
  13. It's because it takes one tick to get to the negative states. First, it goes through all of the states before it, but since the negative states are running at all times, they are processed after the first tick, which processes the normal states. This isn't an official reason, but it's an explanation if anything.
  14. Алексей

    j

    That's quite the story, but that doesn't make any sense. There can only be one last paragraph, which in your case, is just "Game." Am I missing something here. Provided this actually happened in real life, where you telling him a story too? There wouldn't be any paragraphs.
  15. Алексей

    j

    But, can they traverse the 4th Dimension?
  16. . Everyone turned in fear, except
  17. 1.) It's possible. You need to switch your Death Cry from Group 11,0 to something else. Then just trigger it manually: [State -2] type = PlaySnd trigger1 = time=1 && !alive && !fvar(0) ; fvar(0) makes sure this only plays once. Change it if you're already using fvar(0) trigger1 = fvar(0):=9999 value = X, random%num_deathcrys ; X is your new Death Cry group.
  18. revealing something that was unexpected.
  19. Wow. Practically speechless he began
  20. Nope. I never am away from my computer long enough to meet one. XD. And my girl friends are just friends. :\
  21. Lol, love? Not really. I've been playing the Pokemon games since I was really young, so it's kind of a part of me know. I test out almost every new game that comes out. I will be getting the new Ruby and Sapphire remakes.... well, one of them. Probably Ruby, because Groudon. :)
  22. "Domo Arigatou, Mister Roboto. Himitsu
  23. No problem. However, making a second state shouldn't be necessary. You'd just be overriding the original one, which would be fine unless you have changed something in the CNS. In any case, I'm glad that you fixed it. :)
  24. It depends. If you're in a custom state, then use SelfState. If you're not, simply use ChangeState. And yes, make sure your animation never ends or it will loop and look weird. Create either a loop near the end of the animation or (if for example, your character is on the floor) you can end the last frame with a time of -1.
  25. "Hey, what are you looking
×
×
  • Create New...