- Joined
- Apr 6, 2012
- Messages
- 26
- Reaction score
- 32
- First Language
- Japanese
- Primarily Uses
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
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
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"
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"

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.
