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
  • Welcome to The RPG Maker Resource Kit.

Need help on scripting or something

Started by icycold2367, April 22, 2011, 09:51:09 PM

0 Members and 1 Guest are viewing this topic.

icycold2367

Ok I have a question that involves slipknots messaging system, kinda. thats the system im using. How do I make the namebox function recognize a player generated name from the Name Input Prossesing in your event thing. So that if a player inputs the name Fiddle sticks the message would read,

Namebox here[Fiddlesticks]
yadadaaaaaaa


brewmeister

If it's the same system I'm thinking of, to display a namebox, you use:

\name[Fiddlesticks]

If Fiddlesticks is the main character (actor #1), try

\name[\n[1]]

icycold2367

It worked thank you. That was exactly what I was looking for. :zwink: