- Joined
- Jun 18, 2013
- Messages
- 129
- Reaction score
- 14
- First Language
- English
- Primarily Uses
- RMMV
Whenever I use
◆Change Name:#0004, Dave
The actor in speech and most other ways will be called Dave. When added to the party however the namespace for him is always left blank.
I tried this to fix it with this script but got the same problem.
◆Change Name:#0004, Dave
The actor in speech and most other ways will be called Dave. When added to the party however the namespace for him is always left blank.
I tried this to fix it with this script but got the same problem.
Code:
◆Script:var actorName = "Mikey";
: :$gameActors.actor(4).setName(actorName);

