Jump to content
New account registrations are disabed. This website is now an archive. Read more here.

Leon

Legend
  • Content Count

    1,713
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by Leon

  1. It should be character_name, because that is the variable where the name of the graphic for the actor. You see, the way scripting works is the term 'actor' is for everything a character is. Their name, graphic, class, etc. Character defines the picture for the actor. That is why you are probably confused. So '$game_party.' defines the overall party. 'actors' defines the array that holds the actors of the party. '[0]' defines it is calling up the first actor in the array. After that, you have 'character_name' defines the actor's sprite graphic. In essence, this takes the first actor in the party, and changes their graphic. I hope that clarifies how this works. Also, the reason i set it to 'Z', is because 'Z' is the name of the button, and the 'A' key accesses the 'Z' button. Here, this should explain more. It is directly from the Help File
  2. You guys are jumping the gun iwth the 'solved'. Remember: It isn't solved until he is satisfied, and we won't know that til he posts again
  3. I could do it. It isn't that hard. I just dont know how i would want it.
  4. If I had the time, I'd jsut personally rewrite the entire system, but that is a 'cheating' answer. If I had to choose one unique script, it would be anything that changes actor enhancement. I mean, it is possible, to event a message system (I did it for my first game), the battle system can be changed through events, and you can even craft via events. But true actor enhancement, and changing the overall system of actors in the game with a highly powerful and unique system, that is where it is at.
  5. Believe it or not, all you need to know is a couple script commands, and you can make this in a common event. (Which is really easier than editing Scene_Map. It won't interrupt the other scripts that edite Scene_Map). Now, let's get started. To do this, you need a switch to turn on the common event; and set it to 'parallel process'. After that, do this: Conditional Branch, tab 4, the Script command. (Yes, conditional branch). In there, put this: Input.trigger?(Input::Z) , no 'else' case. Conditional Branch, tab 4, the Script command (again). This time, insert this: $game_party.actors[0].character_name == "088-Monster02" Yes, there is an else command. Next, set an animation, if you want it, over the 'player'.(Show animation command.) Change Actor Graphic event command. Change the main actor's graphic to the actor's human form. Turn on your switch. Now, under the 'else' command, set your animation again, if you want it. (Show animation command.) Set the 'Change Graphic' command so it will change the main actor into a bat. Turn your switch off. Not too hard. Here is a picture of how it should look when complete:
  6. Leon

    March Voting

    My votes shall always remain mysterious.
  7. Okay, you are limited to a single unique script in your game. What would it be?
  8. It isn't that bad to start over, Sherry. I've done so oh... 8 times? I know it is annoying, but i really wish you'd try it once more. If you do, we'll be waitin. *hugs*
  9. Yeah. I need the body of a decayed person, many years old.
  10. I nead the 'down' look for him,
  11. Yeah, jus passed that. Now I am in the damn resource center. Pain in the ass...
  12. I'm suprised I cannot find this, but I need the sprite of a dead skeleton. Clothes aren't needed... I jus need a dead skeleton. xD Can anyone please help?
  13. Apparently it is either close to, or the same game. xD it's funny as hell.
  14. Hell, i woulda called the police. Then set bait for the guy to come back. (For the record, I thought the title of this was 'A Rubber: A nice way to spend an evening' Dirty mind...)
  15. Lol. If i don't tell her here, she'll ask me later >.>
  16. I don't mind the female-healer combo. Yes, the meek and kind healer is overplayed, but women are kinder than men, an thus the steriotype. Now, if you really want to have fun with a female healer, look at the doctor in Mana Khemia: Student alliance for the psp. Not in your party persay (she runs the infirmery), but if your character passes out in the field of the game, you awaken there, and she's hanging over you. In essence, she says 'i also did other things while you were sleeping'. Imagination is such fun.
  17. THe simple way of getting over your addiction is find a cheaper hobby. I tried that when i was hooked on MtG more than my bro was hooked on Meth. Now, if you have ever played Magic; a deck is anywhere between 10-12 dollars, depending on where you go. A booster is $3-$4. To let you know how bad the addiction is: I have around 12k cards. No, serious. I can tell you every card in the Ravnica block, Timespiral Block, and Lorwyn/Shadowmoor blocks off the top of my head. That is how I got into legos. Can be cheaper, though I have spent upward around 6-700 on them. >.> not as much as MtG tho... (I spent a good grand and a half on that shit over a period of 2 years) Hobbies these days arent cheap. I recently came up with a new one: my dog.
  18. Well, my dear Emmy, I will treat you as the girl you are. For all the guys out there who think me a freak, I got two letters for you: F.O.
  19. You know, I don't remember... I don't think so. P.S. Happy Birthday Formlesstree4!
  20. Nope, not my last name. srry. P.S. Happy Birthday Formlesstree4!
×
×
  • Create New...