Hello, sorry for replying so late.
Again I have tried using the latest version of the three plugins.
I use them in the correct order in the Encyclopedia demo.
The new error is now
"TypeError
Cannot read property `replace´ of undefined
But lastly, I tried everything new in new project, and...
Of course, I have tried everything, I have followed the instructions. I am testing version 1.2.2 (CGMZ-Encyclopedia) in the Demo: EncyclopediaDemo
and the error reappeared.
It is the latest version of the plugin that is giving me this error.
Hi guys. (Google translate)
I have a question.
Is there a way to check all the events of a map at once?
I wanted to use this script. This script works perfect.
if ($gameMap.event(5).event().note.includes('blabla')){};
But I must do it for each Event <"$ gameMap.event (n)">.
Is there any <"$...
Thank you so much for help me.
But it keeps failing, the result is still above expectations. It does not subtract 1, it does not subtract anything.
var mhp = $gameActors.actor(1).mhp; var hp = $gameActors.actor(1).hp;
var AN = (hp*100)/mhp;
var Car = AN + 15;
while (Car >= mhp) {
Car = Car...
I understand, even so sometimes it does not work, for example, following your explanation, use a
while (Hp> HpC) {Hp-1}; and it locks or does not work, I will see another way to make it work.
while () {stuff}
I dont know how to use it.
I use the event command, but when I pass it to script I don't understand it.
This would be the example, using event command:
♦ Loop
♦ Variable control: #0011 Hp += 3
♦ If: Hp= HpC
♦ Break loop
♦
:The end
♦
: Repeat...
I already discovered the error.
A previous variable is dividing, I get the result of that division.
I use that result, I add it to another variable.
When I add it up it gives me that result.
I need to use script, because inside the variable, I add or divide other variables.
Good morning, I'm having trouble adding variables within the variable control.
Variables Control / Variable ## 2 = 100
Variable control / Variable ## 3 = 110
Variables Control / variable ## 1 / Script: [$gameVariables.value(2) + $gameVariables.value(3)]
Variable ## 1 = 110100
It should be 210...
Of course, it has worked for me. A simple example in the description would have been nice:
plugin command: SETMASK 1 2
(1: affected_picture_id) (2: mask_picture_id)
plugin command: REMOVEMASK 1
(1: affected_picture_id)
Thank you very much, I was looking forward to using it.
Sorry but after 2 weeks I can't make it work.
Show image: 1 (image)
Show image: 2 (mask)
Comando de complemento: SETMASKfected_picture_1 mask_picture_2
I get an error that says:
Cannot set property 'mask' of undefine.
I understand, and I'm sorry, maybe I wrote incorrectly, when I copied what you wrote, I got an error. But I am new to javascrip, maybe the error was mine.
Thanks for your help.
It is my first script command, thanks for your help.
I understand, and I'm sorry, maybe I wrote incorrectly, when I copied what you wrote, I got an error. But I am new to javascrip, maybe the error was mine.
Thanks for your help.
It is my first script command, thanks for your help.
Sorry, I don't know how to delete this message.
var VolumenMax = 50;
var DistanciaMax = 15;
var falloff = VolumenMax / DistanciaMax;
var origen_x = $gameMap.event(6).x;
var origen_y = $gameMap.event(6).y;
var se = {"name": "Bell1", "pitch": 70};
var pan = $gamePlayer.x - origen_x;
se.pan = (pan * -9);
if (origen_x < 0)...
Now I understand, of course it was a variable control, I was not seeing it well.
The script is more complex, that was only a summary, the objective that always has a positive number. It is for a pan sound scrip.
Thanks for helping me, I am just learning javascript, I know that these things are...
"Unexpected token ="
This is what appears, also something about left-hand appears. It wouldn't be working.
It means that I am writing something wrong.
This is an example of what I want:
Godot's coding language somehow makes my head spin more than Unity's. (No, I'm not switching to Godot, I've just been seeing a few games in that engine.)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.