On the introduction of the adventure I would like the player to be able to put in a character name, then periodically throughout the adventure, the name they selected will appear in the text.
Thank you ahead for the help.

Moderators: time-killer-games, Vengeance66, Candle, reneuend, GM-Support
CharacterNameVariable = InputBox("Please enter the name of the character.")
Text(1).Caption = CharacterNameVariable
MsgBox "The character name is: " + CharacterNameVariable
CharacterNameVariable = InputBox("Please enter the name of the character.")
MsgBox "The character name is: " + CharacterNameVariable
Text(0).Caption = CharacterNameVariable
text(1).caption="Hi there"+CharacterNameVariable+"How are you?"
Lyberodoggy wrote:Create a text by right clicking in the frame and write abc in it.
use the code
- Code: Select all
text(1).caption="Hi there"+CharacterNameVariable+"How are you?"
Text(1).caption="text"+vblf+"text"
Return to Adventure Maker Technical Support and Bug Reports
Users browsing this forum: No registered users and 2 guests