Game Maker Tutorial Custom Player Name CAVEMAN FRIENDLY HQ

Опубликовано: 24 Октябрь 2009
на канале: TheRetryThis
4,883
40

A simple Game Maker Tutorial teaching you how to create a custom player name in game maker.

Game Start
global.name = get_string("What Is Your Name","Please Enter Your Name Here")

show_message("Welcome to the Game " + global.name)