![]() |
Help me with message commands plz
Hi again! Could someone please tell me how to show a heroes face during conversation. I mean like in my game the player can choose what to look like so I use the message comand /N[0] to show the hero in slot ones name how can I do that but for showing face graphics???
|
r u saying u set it up so people can chose a face graphic from a list u include in the game? Cause if not, then u will have to set up a chain of commands like a switch using the branch command. If player1's face is option one, show face graphic 1 and then if players face is option 2, show face graphic 2 and so on. Kind of complicated.
|
Thats sort of what I had thought of but with 28 possible character faces it gets compicated. Especially in every last convo. I wonder if theres a way like the /n[0001] command? I am using that just to show the name they entered for now.
|
I am not sure about that, don't think their is a code like that but don't know. sorry
u could mess around with codes and such. |
Quote:
|
one other thing, if u do the long script like i mentioned earlier, u can just copy and paste it every time u need it, so it isn't that hard.
|
Quote:
|
Branch command is indeed the only way to do it. It's best to set it up in a Common Event though, so you can call it from anywhere.
----------- http://www.iownjoo.com/freeimghost/imps/faced1.JPG Then, you'd call it from your event. You'd set the variable "0001:FaceToShow" first, then you'd do the "Call Event" command. (Don't forget that you can set a variable to the value of a variable.) Of course, if you only pick a face once a game (say, at the start), set FaceToShow's value at that time. Then, you'll never have to set it again.. you'd just call the Face Showin' event whenever you want the hero's face to appear! |
All times are GMT -6. The time now is 09:05 PM. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.