ive been around for a year,always on fps creator forums so dont say that,i just actually started to use darkbasic,did never anything before,and i tried to read tutorials but i cant find any that explains what i want,and no i dont know what the compiler knows beacause i NEVER USED IT BEFORE AND I JUST STARTED MAKING STUFF!!! when you will learn to read,this is just useless,im out of here if everybodys rude and cant simply say its wrong and you need to fix that and that,read here how to,no you rather go yell,this is just pointless...
edit:
i did some modifications but how do i make the 8th line do the rest of the code i stated one line later???
rem button to make a new account WIP
do
ink rgb(155,155,20),0
text 5,5,"New account"
if mousex() > 5 and mousex() < 75 and mousey() > 5 and mousey() < 25 then ink rgb(255,255,255),0 : text 5,5,"New account"
if mousex() > 5 and mousex() < 75 and mousey() > 5 and mousey() < 25 and mouseclick()=1 then dim person_name$
dim person_name$(size,3)
`which if size = 1
person_name$(1,0)
input first_name$
print first_name$
person_name$(1,0)=first_name$
sync
loop
Soldier of Fortune Episode 1