- Joined
- Jun 20, 2016
- Messages
- 45
- Reaction score
- 9
- First Language
- Singlish
- Primarily Uses
I remember Archeia posted that script call list, which include:
$gameActors.actor(id).addParam(id, n) <---- this is the script call to add parameter
But I wanted to know the script call to set the actor parameter to specified value
$gameActors.actor(id).setParam(id, n) <---I tried this, and apparently it doesn't work....
$gameActors.actor(id).addParam(id, n) <---- this is the script call to add parameter
But I wanted to know the script call to set the actor parameter to specified value
$gameActors.actor(id).setParam(id, n) <---I tried this, and apparently it doesn't work....

