Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Search results

  1. Kit Ramos

    Fellow non-scripters, tell me why...

    The Syntax that you do already know is always going to be easier then the one you don't. haven't played with c# to know what it's like but figure it's one of those things
  2. Kit Ramos

    Fellow non-scripters, tell me why...

    I'm another programmer. I've got a good deal of experience with JavaScript, as well as a few other web languages, and I am trying to dive more into how to make plugins and scripts. Though I can certainly understand it's not for everyone. Heck there's still plenty of stuff about making plugins...
  3. Kit Ramos

    Array question

    first off I'd like to make mention that adding stuff on to strings will not change the location of the variable or the means to reference it but the contents of the variable, so if you had such an array like: var myarray = new Array("echo","bravo","alpha"); you could do something like this...
  4. Kit Ramos

    Distracted NPC Patrols

    well glancing over the script I see they make use of $gamePlayer variable to track the player if you did something like var ev = $gameMap.events(event_id); ev=ev[0]; then the variable ev would have all the same kind of information that $gamePlayer has only the information is for the event...
  5. Kit Ramos

    Main Party Tracking

    What about having a "null id" that gets stuck in there when a character is removed? that way you have some way of telling that even though the spot is still reserved there is no character there.
  6. Kit Ramos

    Hello everyone.

    yep I've been there done that, as I've had a chance to do some traveling around the nation, and also talked to plenty other people online as well and yea while the basic structure is pretty much universal the details can change quite a lot depending on where the other person is from. So I think...
  7. Kit Ramos

    Hello everyone.

    As soon as I figure out how, the problem is similar to learning textbook English then being thrown in with a bunch of native speakers that make very heavy use of slang terms from a different local then where you learned English and being expected to know exactly what's going on. with out any...
  8. Kit Ramos

    Hello everyone.

    I'm new to scripting/programing in rpg maker but not to programing or JavaScript in general. That being the case there are somethings I'll get faster then others. But I'm willing to learn and share what I have learned.
  9. Kit Ramos

    need help with npc vision script - sloved

    Hello, I'm trying to write a script for an npc that wonders around, where if the player gets to close the player is caught and sent to a different map. I get what needs to be done in the JavaScript part but not how to get the information the script needs or how to pop a dialog and send the...
Top