NEJITAGE'S PROFILE
Nejitage
0
Search
Filter
[RMVX ACE] [SCRIPTING] Help with Moghunter "Smooooch EVO" script?
[RMVX ACE] [SCRIPTING] Remove Character Select When Using Items?
Hello! ^ ^
I'm making a game that won't have multiple playable actors. Only one character will be the playable actor for the entire game, so I was wondering if I could remove the character select window when trying to use a consumable item, and automatically make the item be consumed by the main actor.
Thanks! ^w^
I'm making a game that won't have multiple playable actors. Only one character will be the playable actor for the entire game, so I was wondering if I could remove the character select window when trying to use a consumable item, and automatically make the item be consumed by the main actor.
Thanks! ^w^
[RMVX ACE] [SCRIPTING] Help with Moghunter "Smooooch EVO" script?
Oh my goodness...
This isn't a dream, right? This is reality??
It works! It works perfectly! Thank you so so much, you have no idea how happy you've made me! ^a^
I've been trying to get this to work for so long. x3
And I did what you suggested, by the way; putting the two text files containing both versions of the script side-by-side.
It seems I put a couple things in the wrong places, I guess I just misunderstood where they were supposed to go. ._. Oh, well, I know a little bit of Ruby, but not enough to know how to put things in the right places, apparently. > <
But, that's okay, 'cause it's all figured out now! ^w^
Thank you very much once again, and I hope you'll play my game once it's finished! I'll definitely let you know when it's done. (It's going to be free, so... x3)
P.S. I've added you to credits. ^u^
This isn't a dream, right? This is reality??
It works! It works perfectly! Thank you so so much, you have no idea how happy you've made me! ^a^
I've been trying to get this to work for so long. x3
And I did what you suggested, by the way; putting the two text files containing both versions of the script side-by-side.
It seems I put a couple things in the wrong places, I guess I just misunderstood where they were supposed to go. ._. Oh, well, I know a little bit of Ruby, but not enough to know how to put things in the right places, apparently. > <
But, that's okay, 'cause it's all figured out now! ^w^
Thank you very much once again, and I hope you'll play my game once it's finished! I'll definitely let you know when it's done. (It's going to be free, so... x3)
P.S. I've added you to credits. ^u^
[RMVX ACE] [SCRIPTING] Help with Moghunter "Smooooch EVO" script?
Hmm... I still can't get it to work. I keep getting different errors.
It's probably because I don't know EXACTLY how you did it (where you put in all the changes in the original script). I found the matching class names that you made changes to and edited them in, but it still gave me errors. (Like, unexpected keyword_end expecting $end, and stuff like that.)
So, maybe you could put the entire edited script you did somewhere where I could copy it into my game? 'Cause it's definitely something I'm doing wrong since you can get it to work.
I'm sorry this post is going on so long and I'm running into so many different problems, but you have no idea how much I appreciate your help so far! ^ ^
It's probably because I don't know EXACTLY how you did it (where you put in all the changes in the original script). I found the matching class names that you made changes to and edited them in, but it still gave me errors. (Like, unexpected keyword_end expecting $end, and stuff like that.)
So, maybe you could put the entire edited script you did somewhere where I could copy it into my game? 'Cause it's definitely something I'm doing wrong since you can get it to work.
I'm sorry this post is going on so long and I'm running into so many different problems, but you have no idea how much I appreciate your help so far! ^ ^
[RMVX ACE] [SCRIPTING] Help with Moghunter "Smooooch EVO" script?
Oh wow! O.o
Thank you so much!
But, two small questions:
Do I add another switch number in the script call?
Like instead of this: smooooch(0,1,2,3,4)
This: smooooch(0,1,2,3,4,5)
And also, do I just paste your script at the bottom of Smooooch?
Because I tried pasting it at the bottom and adding another number into the script call and I got a wrong number of arguments error:
Script 'Game_Interpreter' line 1411: ArgumentError occurred.
wrong number of arguments (6 for 5)
And the above error isn't because Smooooch is clashing with another script, 'cause I checked them all to see. x3
And also, if I do lose the battle and don't add another number to the script call I get this error:
Script 'Game_Switches' line 26: TypeError occurred.
no implicit conversion from nil to integer
*Edit
Also if I win I get the same 'Game_Switches' error.
Thank you so much!
But, two small questions:
Do I add another switch number in the script call?
Like instead of this: smooooch(0,1,2,3,4)
This: smooooch(0,1,2,3,4,5)
And also, do I just paste your script at the bottom of Smooooch?
Because I tried pasting it at the bottom and adding another number into the script call and I got a wrong number of arguments error:
Script 'Game_Interpreter' line 1411: ArgumentError occurred.
wrong number of arguments (6 for 5)
And the above error isn't because Smooooch is clashing with another script, 'cause I checked them all to see. x3
And also, if I do lose the battle and don't add another number to the script call I get this error:
Script 'Game_Switches' line 26: TypeError occurred.
no implicit conversion from nil to integer
*Edit
Also if I win I get the same 'Game_Switches' error.
[RMVX ACE] [SCRIPTING] Help with Moghunter "Smooooch EVO" script?
author=Marrend
Like, I get the winning the mach would do whatever events are associated with winning. What I don't get is how loosing would make code associated with failure to not occur?
Well, to put it as simply as possible, losing the match would cause the event not to occur because if you lose, it won't even acknowledge that the event is there at all. It will just downright ignore it.
That's why putting in a conditional branch for if you lose or win wouldn't do anything, because even if you did add in an "Else" statement, it wouldn't carry out the assigned code because if you lose it wouldn't even pay any attention to the event containing the "Else" statement. It wouldn't acknowledge the event or anything in it if you lose.
Smooooch EVO just doesn't function like a normal battle script.
When you win or lose, Smooooch doesn't turn any switch "ON" or "OFF". It checks to see if there's any events on the map containing the switch it was assigned to in the script call.
Conditional branches downright just won't work.
I'm pretty sure I just need someone to edit the Smooooch EVO script for me so that I can have TWO switch options (one for winning and one for losing).
Otherwise, I'm pretty sure there's just nothing I can do.
As of now, the script is only designed to carry out a switch if you win, and if you win only. If you lose, it's designed to do nothing at all.
author=Marrend
*Edit2: Sorry, my head's hurting a bit!
Haha, no, no, it's fine. x3 I feel your pain.
[RMVX ACE] [SCRIPTING] Help with Moghunter "Smooooch EVO" script?
So, like this?
@>Conditional Branch: Switch == ON
(STRING OF EVENTS FOR VICTORY, ETC. ETC.)
: Branch End
@>Conditional Branch: Switch == OFF
@>Game Over
@>
: Branch End
@>
I'm not sure I'm getting it... Maybe, could you please type or screenshot how the event should be structured? ._.
I don't think putting in a conditional branch based on whether or not the switch is on or off will do much good, since if you win the match, it carries out that switch's events no matter what, and if you lose, it will just ignore that event all together, even the part of the conditional branch that says what to do if the switch is off.
The script call for Smooooch EVO is "smooooch(n,n,n,n,n)"
Where the very last number is the number of the switch that will carry out if you win.
Maybe someone could edit the script so that it could carry out a switch for if you lose as well? I swear I've tried every which way with conditional branches. >,<
@>Conditional Branch: Switch == ON
(STRING OF EVENTS FOR VICTORY, ETC. ETC.)
: Branch End
@>Conditional Branch: Switch == OFF
@>Game Over
@>
: Branch End
@>
I'm not sure I'm getting it... Maybe, could you please type or screenshot how the event should be structured? ._.
I don't think putting in a conditional branch based on whether or not the switch is on or off will do much good, since if you win the match, it carries out that switch's events no matter what, and if you lose, it will just ignore that event all together, even the part of the conditional branch that says what to do if the switch is off.
The script call for Smooooch EVO is "smooooch(n,n,n,n,n)"
Where the very last number is the number of the switch that will carry out if you win.
Maybe someone could edit the script so that it could carry out a switch for if you lose as well? I swear I've tried every which way with conditional branches. >,<
[RMVX ACE] [SCRIPTING] Help with Moghunter "Smooooch EVO" script?
author=Marrend
I mean, the assumption on my part, based on what you're written, is that the script uses a game-switch to keep track of if the player wins. So, if the player wins, it's active (ie: true), and if the player looses, it's inactive (ie: false).
Exactly. ^ ^
So, if I were to make a conditional branch, I wouldn't put it in with the same event that activates if the player wins, right? I'd make a separate event for it based on whether the switch is off or not? 'Cause I've tried putting the conditional branch in with the same event as the "victory" switch before, and it didn't work,obviously, since if I lose that event wouldn't even activate at all.
By the way, thanks for replying so fast. :3
[RMVX ACE] [SCRIPTING] Help with Moghunter "Smooooch EVO" script?
Hello! ^ ^
I was wondering if maybe someone could help me with Moghunter's "Smooooch EVO" script.
See, I've been playing around with it for 2 (going on 3) days now, and I've pretty much gotten it all figured out, for the most part, there's just one problem:
As far as I know, the script only carries out its assigned switch if you win the match. ._.
So, for example, if I wanted (which I do) to make a conditional branch for if you win or if you lose, I couldn't do that, 'cause it'd only carry out the switch if I won anyway.
What I really want to do is have an option to carry out a switch for if you lose or if you win, rather than only the latter.
A big part of my game kinda depends on this whole thing. '_'
Thanks!
I was wondering if maybe someone could help me with Moghunter's "Smooooch EVO" script.
See, I've been playing around with it for 2 (going on 3) days now, and I've pretty much gotten it all figured out, for the most part, there's just one problem:
As far as I know, the script only carries out its assigned switch if you win the match. ._.
So, for example, if I wanted (which I do) to make a conditional branch for if you win or if you lose, I couldn't do that, 'cause it'd only carry out the switch if I won anyway.
What I really want to do is have an option to carry out a switch for if you lose or if you win, rather than only the latter.
A big part of my game kinda depends on this whole thing. '_'
Thanks!













