About this Shared variables and control command. RMMV native variables is save on game save data. Shared variables is all save data shared.
About this
Shared variables and control command.
RMMV native variables is save on game save data.
Shared variables is all save data shared.
Usage:
Shared variables control only "plugin command".
Command format is simple.
"Chikuwa (id) (control) (argments)"
Examples:
plugin commands
Shared variables id 2 set 5.
command: "Chikuwa 2 = 5"
Shared variables id 2 increment 3.
command: "Chikuwa 2 + 3"
Shared variables id 2 decrement 2.
command: "Chikuwa 2 - 2"
Shared variables id 2 set game variables id 4.
command: "Chikuwa 2 < 4"
Game variables id 3 set shared variables id 7.
command: "Chikuwa 7 > 3"
Test Event
Why plugin name "Chikuwa"?
1) Name that's "shared variables plugin" and because would have a broad meaning.
2) Command name is short.
What is "Chikuwa"
Chikuwa(ちくわ) is japanese food baked a paste of fish.
plugin download
here