What is really unprofessional is making a program that allows player input and then saying "Make sure CAPS LOCK is enabled or the computer will not recognise your input" etc.
So I have made a non-sensitive input code (this code is used in my secret rpg project so please credit me
)
Cheers,
Nick
Reference snippet:
user$ = lower$(user$) :`OR : user$ = UPPER$(user$)
if user$ = "nicholas" : `OR : if user$ = "NICHOLAS"
Example snippet:
`Made by Nick Rakosi A.K.A. SAS Elite Pvt Rakosi
Sync on
Do
sync
center text 320,280,"Enter 'Nicholas' in AnY CasE YOu WaNT!"
center text 320,300,"And the computer will recognise it!"
input "Name: ",user$ : `Put "Nicholas" in AnY CaSe YoU wANt!
user$ = lower$(user$)
if user$ = "nicholas"
center text 320,240,"Ok end of example!"
center text 320,260,"Any key to end"
sync
wait key
end
endif
loop
1.9GHZ/Windows XP Home Edition/NVidia GeForce4Ti 4600/128MB RAM/60GB Hardrive