i have a text actor that has text input enabled. i want it so when 
spawn_gold is typed in it creates the actor gold 0,0 of actor PLAYER.
i have tryed everything i can think of. anyone help?
			
		if(strcmp(text, "gold_key")==1)
{
    createactor("goldkey", player.x,player.y, true);
}Users browsing this forum: No registered users and 1 guest