- Joined
- Jul 8, 2017
- Messages
- 18
- Reaction score
- 0
- First Language
- Enlgish
- Primarily Uses
- RMMV
Hello!
I'm hoping to execute this plugin command through Java script, so that I can replace the arguments (I think thats what theyr're called) with game variables. Correct me if I'm wrong, but I don't think plugin commands support java script or text-based variable calls...
The plugin command I want to invoke is: CopyActor x y
(I want x = variable1, while just using 4 for y)
Plugin:
Copy Actors
Version 1.00
SumRndmDde
So, I tried the following :
Script attempt at plugin command:
CopyActor $gameVariables.value(1) 4
Text attempt at plugin command:
CopyActor \V[1] 4
Both have failed... which is why I think using a script, instead of a plugin command would work better.
Thank you a thousand times!!
I'm hoping to execute this plugin command through Java script, so that I can replace the arguments (I think thats what theyr're called) with game variables. Correct me if I'm wrong, but I don't think plugin commands support java script or text-based variable calls...
The plugin command I want to invoke is: CopyActor x y
(I want x = variable1, while just using 4 for y)
Plugin:
Copy Actors
Version 1.00
SumRndmDde
So, I tried the following :
Script attempt at plugin command:
CopyActor $gameVariables.value(1) 4
Text attempt at plugin command:
CopyActor \V[1] 4
Both have failed... which is why I think using a script, instead of a plugin command would work better.
Thank you a thousand times!!

