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

AgentPaper

Member
  • Content Count

    53
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by AgentPaper

  1. It seems to be working now, so no worries. Edit: I am have another issue now. While it seems that cinematics work when run out of a Autorun event, when I try to do one with a Player Touch event, it bugs out. The actor makes the first move that I specify, and then it seems that the Wait for Completion never triggers, so it just sits there. This is with Cat_Pause turned on. The code: Script: message.move_during = false Control Switches: [0022: Cat_Pause] = ON Set event location: [seya\cat_actor[2]],(024,094) Set Move Route: [seya\cat_actor[2]] Change Speed: 4 Through ON Move Right(x11) Turn Up Through OFF Wait for moves completion Text: \P[66]blahblah (66 is cat actor 2's event ID) The actor moves correctly, but the text never plays, and nothing else happens. (there's another Move Route after this)
  2. 1) I was having the problem with just the caterpillar script, so I tried putting a few of the other ones in your demo to see if they were needed. I didn't enable any of the ones that were disabled and I didn't put any other ones in, so I don't think that's the problem. 2) Parallel, and I'm not adding to the party, this is the first scene in my game, so it's just the Initial Party, which happens to be the main character and character #2. Edit: I just tried changing things so only the main character is in the initial party, and added character 2 in the setup event, which is likely how it will work once I get around to doing the intro cinematic. Same problem. I just used the default add party member action. Edit: Changed the event to an auto-run, now it works! Thanks for the help.
  3. Looks great, works great in the demo, but I'm having trouble making it work in my game. I set my stuff up the right way from what I can tell, but it wasn't working at all. I added a line in my setup event so that it turns on variable 23, and that seems to have helped, since now the second party member (only 2 in the party at this point in the game) shows up, but instead of following behind, she appears on top of the player, and teleports to stay on top of him. This is the first time I've tried to import a script, so I'm almost certain that I'm just being dense and doing something wrong, but I couldn't find any kind of comprehensive setup guide for this so I'm forced to ask here. Any help? If not for this specific problem, then just a basic tutorial on how to set your game up with this would be helpful.
×
×
  • Create New...