View Full Version : Help me with message commands plz
05thouldm
2004-03-03, 12:41 PM
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???
Tyrannicide
2004-03-03, 02:16 PM
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.
05thouldm
2004-03-03, 02:29 PM
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.
Tyrannicide
2004-03-03, 02:32 PM
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.
05thouldm
2004-03-03, 02:33 PM
I am not sure about that, don't think their is a code like that but don't know. sorry
Oh no! well it isnt neccesary but it looks odd with everyone else showing their faces and the main player not.
Tyrannicide
2004-03-03, 02:37 PM
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.
05thouldm
2004-03-03, 02:41 PM
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.
I know but im too lazy! Mwahahahahaha
BlueCube
2004-03-03, 02:42 PM
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!
vBulletin® v3.8.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.