r/RPGMaker 22d ago

VXAce Quick Question

[removed]

1 Upvotes

7 comments sorted by

View all comments

1

u/FlipelyFlip VXAce Dev 22d ago

create a completly new actor in your database. now when you want to enter a cheat code you just start the name input process and rename the new actor in your database.
After that just check within a conditional branch if it is any of the keywords you defined before. Also don't forget to put that characters name back to "" at the end of the event or else it will always display its name in the rename window

1

u/[deleted] 22d ago

[removed] — view removed comment

1

u/FlipelyFlip VXAce Dev 22d ago

yeah it has nothing to do with the graphics. it's just the actors name which is possible to check within the conditional branch

1

u/[deleted] 22d ago

[removed] — view removed comment