M
Master_Saji
Guest
Alright, I'm going to add random tips into my Tower Defense, so, how would one do that?
Random Hints
E: Map Initialization
A: Set <RandomTip[1]> = To build a tower press B then select a tower
A: Set <RandomTip[2]> = Then put the tower down!
Display Hints
E: Time - Every 60 seconds of the game
A: For each integer 1-10 do - If <Player Tips [For each integer A]> equal to True Then do game - Display to <Player[For each integer A]> the messege <RandomTip[Math - Random number between 1-2]> else do do nothing