while(key_enter ==1) wait(1);

instead of

wait(200); // keeps the player from making a bunch of them at once.

will create only one entity everytime user presses enter.


3333333333