tags:

views:

8

answers:

0

heres wat i got

Script:

Sub Script(Name, Major, Minor, Build, Author, Commands, Description)

Name = "Recruits"

Major = 2

Minor = 0

Build = 0

Author = "Youth"

Commands = ""

Description = "Recruits"

End Sub

Sub Event_Load()

End Sub

Sub Command_(CS)

End Sub

End Script:

wat im trying to do is make a batch file to edit this to make it do this

Script:

Sub Script(Name, Major, Minor, Build, Author, Commands, Description)

Name = "Recruits"

Major = 2

Minor = 0

Build = 0

Author = "Youth"

Commands = ""

Description = "Recruits"

End Sub

Sub Event_Load()

CreateCommand "1", "Recruits", "Command_1", "", "", "1", 0, True

End Sub

Sub Command_1(CS)

Send "Username: Username"

Send "Join Date: Today"

Send "Recruited By: ME"

End Sub

End Script

then after that i want to continue to add stuff not just to add sorta like juist one thing i can add just one thing im trying to make like a data base this is a script for a program