-
Content Count
7 -
Joined
-
Last visited
Community Reputation
0About 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
-
Mouse System Buttons 2.5 update
Aramis-IX replied to Falcao's topic in Completed Scripts/Plugins/etc.
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... -
Mouse System Buttons 2.5 update
Aramis-IX replied to Falcao's topic in Completed Scripts/Plugins/etc.
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?! -
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!
-
Thanks Szyu! I appreciate it.
-
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?
-
Thanks Galv! That's exactly what I was looking for!


