- Joined
- Oct 8, 2018
- Messages
- 6,978
- Reaction score
- 2,740
- First Language
- Dutch
- Primarily Uses
- RMMV
scriptcalls can be used for advance and mostly faster than plugin commands,
plugin commands can be easier to use and are userfriendly if you keep it
clean like:
"Plugin Command: Player Light1 true"
instead of a long line of dae..... or $lightsyst.......
so when plugin commands are userfriendly and mostly are shorter,
I prefer them, unless only scriptcalls are available.
but if it's not to much trouble, try to add both of them so they can choose.
for me, I prefer plugin commands, unless its not possible, than scriptcalls,
with both, you can make both sides of people happy (advance users as
well as beginners that like user friendly).
plugin commands can be easier to use and are userfriendly if you keep it
clean like:
"Plugin Command: Player Light1 true"
instead of a long line of dae..... or $lightsyst.......
so when plugin commands are userfriendly and mostly are shorter,
I prefer them, unless only scriptcalls are available.
but if it's not to much trouble, try to add both of them so they can choose.
for me, I prefer plugin commands, unless its not possible, than scriptcalls,
with both, you can make both sides of people happy (advance users as
well as beginners that like user friendly).
Last edited: