- Joined
- Jan 12, 2016
- Messages
- 22
- Reaction score
- 2
- First Language
- English
I'm having some difficulties with the parameters as they seem to be a bit weird, not exactly as shown in the script call sheet. When viewing the parameters you need to use parenthesis like so.
$gameMessage.add(String($gameActors.actor(1).param(2)))
However when I try to edit the value using parenthesis I get an error. So I tried to use the brackets as shown in the script call sheet, like so
$gameActors.actor(1).param[2] = 1
I no longer get an error but the value doesn't change either. How do I set the value of the parameter?
$gameMessage.add(String($gameActors.actor(1).param(2)))
However when I try to edit the value using parenthesis I get an error. So I tried to use the brackets as shown in the script call sheet, like so
$gameActors.actor(1).param[2] = 1
I no longer get an error but the value doesn't change either. How do I set the value of the parameter?



