RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu

Calling Actors Name Inside a Textbox[Solved]

Started by tommo92, February 04, 2011, 11:15:11 AM

0 Members and 1 Guest are viewing this topic.

tommo92

i have it set up so the play can pick from a list of names and then it will default the actor to that name
now i want a text box to say "well <players name> we better get moving then" i have not been able to work out how to do this or find any script to do it for me

Pokey

 in the text box type \N[X]
where X is the actor ID
eg.
hi my name is \N[1]!
this is my friend \N[2]!

PS:you can use the name input processing instead of having the player
choose a name

tommo92


Irock


Pokey

#4
Might be VX
i'm using XP

EDIT: try \n[X] instead of \N[X]

tommo92


Irock

It's \n[1]

Replace 1 with the actor ID number of the actor. Should work perfectly fine.

Pokey


Irock


tommo92

sorry to confuse you all i used the wrong slash

Gracie



Pokey