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. Johan Liebert

    [SOLVED] Grid drawing

    Hello everybody I'm desiigning (right) a movement based grid system for my game. I already did the math necessary for it and I even also got it to display it on map using the BindPictureToMap script to tie a picture to every tile where the grid must be displayed. So 'why are you here you might...
  2. Johan Liebert

    [SOLVED]Move events based on Id

    Hello everyone. I just want to know if there is a way, evented or scripted to move an event based on the event id. So if i create an event in game and i manage to retrieve and store that event id, how can I move it / set specific move route to that event using that id ?
  3. Johan Liebert

    [Answered] Check Passability

    Hello everyone. I checked Archea's script call and i found this to check passability of the player leaving the tile $gameMap.isPassable(x, y, direction) Now I would like to know if there is a correspondant to $game_player.passable?(x, y, d) so that i can check passability of entering the other...
  4. Johan Liebert

    Sorting variables.

    Excuse my bad english Hello guys. Can you help me with something? I'm working on an evented tactical battle project and I need for the battle order a way to sort variables . Lets say that I have 5 variables named ABCD& E. Can I sort them so that the value of the highest variable is change to...
  5. Johan Liebert

    Store enemy info

    Hello guys. Please can someone help me with this ? How do I store enemy parameters using a game variable ? I need for example with a script call to store enemy 2's attack in variable 12. Thank you. EDIT: I just want to add that enemy 2 is from the database and not the enemy position in...
  6. Johan Liebert

    Hello

    Hello everybody. After several years Im back in the rpg community (yes rmmv is that good). And my first project is to create a custom evented tactical battle system(yes I know I better start writing the encyclopedia in greek) . So please guys I hope you will help me with some usefuls script...
Top