Jump to content

Aramis-IX

Member
  • Content Count

    7
  • Joined

  • Last visited

Community Reputation

0

About Aramis-IX

  • Rank
    Newbie
  • Birthday 03/14/1990

Profile Information

  • Gender
    Male

RPG Maker Information

  • RM Skill -
    Jack of All Trades

Recent Profile Visitors

1,707 profile views
  1. Alight, I figured it out... added a quick method here, altered a line there and POOF! The script now allows "click triggering" and action triggering on specified events. Let me know if anyone could use the snippet... I'm actually not sure if I'm allowed to post it without Falcao's permission... hmm...
  2. Hey Falcao / all. Is it possible to trigger an event by clicking on it AND/OR its normal trigger (action, player touch, etc.). It appears that once you set an event as MOUSE START you have to click on it in order for it to run (kind of a duh). That being said, I would like to find a way to trigger NPC interactions by clicking on them while also being able to trigger a conversation by approaching and pressing the action button not clicking on the event per se. But, unfortunately, I cant seem to make it work... Any thoughts?!
  3. Aramis-IX

    Player Turn & Move

    Hey SirBilly. I really like this script! I think it adds a lot to my game. Thank you! Do you know if there is any way to make this compatible with a wsad direction input script (i'm using Falcao's Mouse System Buttons 2.5 at the moment). Thanks again!
  4. Aramis-IX

    Local Switches & Variables

    Thanks Szyu! I appreciate it.
  5. Aramis-IX

    Local Switches & Variables

    Could you give an example of proper local variable commands? I can get your script to work just fine with the switch commands, but not with the variables. That being said, I may not be using the correct syntax. Here is an example of it not working: I set a variable in Events -> Scripts by using $local_variables.set(1,1,2) or $local_variables[1] = 1 and I get a NoMethodError ("undefined method '[]=' for nil:NilClass"). This makes me think I'm doing it wrong! Could you help?
  6. Aramis-IX

    What is the Script Call for "This Event"?

    Thanks Galv! That's exactly what I was looking for!
×
Top ArrowTop Arrow Highlighted