Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Kyokudai on September 13, 2009, 06:44:56 AM
-
Myself and a buddy just picked started playing RPG Maker 2003 and we are trying to figure things out. We have been successful so far but wee cannot figure out how to place PPCs on the town, boat, dungeon maps, can anyone help. I tried googling and rummaging through the threads here but didn't see anything...
-
...PPC?
And yeah, I think those would be events...I'm not an RPGM specialist though, so I have no idea.
-
Sorry Meant NPCs
-
Yepp. Every person and monster in the game that are supposed to be seen when you walk around are events.
You create a new event change the graphics into a villager and then add the commands:
Show faceset(optional)
Show message(what he's supposed to say when you speak to him)
-
Yepp. Every person and monster in the game that are supposed to be seen when you walk around are events.
You create a new event change the graphics into a villager and then add the commands:
Show faceset(optional)
Show message(what he's supposed to say when you speak to him)
Thank you very much I just tried it out.