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. LTN Games

    Force hero to sleep

    Try using "set move route" instead of change actor image command, and setup the move route with 1) direction fix on 2) change actor image. and for when she wakes up 1)direction fix off 2)change actor image I never tested it but I think I recall having this problem before.
  2. LTN Games

    Posting Contest!

    @MistyDay WoooHooo, you won! Congratulations. Congrats to everyone who participated and congrats to all the winners, including me :)
  3. LTN Games

    Smexy, very very smexy. Good job!

    Smexy, very very smexy. Good job!
  4. LTN Games

    Quick Script to store event's own ID into a variable?

    Sorry, it's late here I'm getting ready for sleep. I don't understand why you're getting that error. So, id try on a whole new map, start a new event, set to action button so you can talk to it, then do a script call with this code: Once you playtest and check the console, it should be returning...
  5. LTN Games

    Quick Script to store event's own ID into a variable?

    It's working for me. Put this in a script call and check the console to see what the output is. $gameVariables.setValue(13, $dataMap.events[this._eventId].id); console.log($gameVariables.value(12)); Sorry, I checked for wrong variable in console do this snippet in a script call instead...
  6. LTN Games

    Quick Script to store event's own ID into a variable?

    This one is pretty easy, I'll show you. //This is the final snipper you're looking for.... $gameVariables.setValue(13, $dataMap.events[this._eventId].id); // //For the value we want to look in the maps data file, we do this with $dataMap; // this is an object full of all the maps information...
  7. LTN Games

    Nice job, I'll be checking out some of those websites of yours, I never knew you had that many...

    Nice job, I'll be checking out some of those websites of yours, I never knew you had that many, I only knew of GameHandout & Here.
  8. LTN Games

    Thread Problems

    @Status Gear Entertainment It's really important in the wiki area, I can see a lot of scenarios where the wiki should be using BBCode and this bug is brutal. Oh, haha it's definitely because of VERDANA, I say we change the font and see if it fixes all our problems (jolly)
  9. LTN Games

    Game Dev Battle Contest

    Quick update for the main topic! There is 3days before the battle voting is finished so if you haven't yet, play their games and vote the one you enjoyed most. Current Match Vote Count Troctzul VS AngelAlderage 2:2 - DRAW Topic Link LTNGames VS Xyphien 2:0 - LTN is in the lead...
  10. LTN Games

    Thread Problems

    I can confirm this, in fact I knew about this a couple weeks back when playing around with the wiki. I totally forgot to mention it and I only thought it was local to the wiki. Anyway basically what happens is you use some spoiler tags or any kind of bbcode and when you submit and go back to...
  11. LTN Games

    Thanks, I'm glad you like it. It will be the logo for all games I develop.

    Thanks, I'm glad you like it. It will be the logo for all games I develop.
  12. LTN Games

    Happy b-day, congrats! Hope you have a good day.

    Happy b-day, congrats! Hope you have a good day.
  13. LTN Games

    New avatar, probably a pretty big shock to some lol.

    New avatar, probably a pretty big shock to some lol.
  14. LTN Games

    An Addition to the RPG Maker MV Family

    Welcome aboard @Gamescolar glad you could sign up. You've definitely came to the right place it seems a lot of people need help with the scripting side of MV and there are quite a bit of members here willing to help, so don't be afraid to ask. I'll be looking forward to seeing you around.
  15. LTN Games

    get event location/check around event

    I'm closing thread due to being addressed & solved if for any reason you would like it re-opened please report the post.
  16. LTN Games

    Change Terms in Database while in-game?

    I'm closing thread due to being addressed & solved if for any reason you would like it re-opened please report the post.
  17. LTN Games

    point and click without movement ?

    I'm closing thread due to being addressed & solved if for any reason you would like it re-opened please report the post.
  18. LTN Games

    clamps

    I'm closing thread due to being addressed & solved if for any reason you would like it re-opened please report the post.
  19. LTN Games

    Help to make Gameus's Quest Window transparent

    Not sure if you got this solved elsewhere but it should be rather simple, inside the plugin script, look for the Quest Window initialize function, and somewhere inside functions block put the code this.opacity = 0;. This will make the main quest window transparent, that being said there is...
  20. LTN Games

    Waiting in JS

    and this works for you? I don't think I've ever noticed this method before, I'll have to take a look at it in the core scripts.
Top