Alright, here's what I have for the rootadmin... Not sure if this'll work, let me know what I need to tweak...
:rootadmin
:say @"Welcome to (System name). Please log into your designated account."
:checksum @if IP address == saved IP address :goto shutdown access
:connect
:type :username [X]
:type :passward [Y]
:checksum :verify1
:checksum @check [X] and [Y] on admin accounts
:goto @verify2
:checksum :verify2
:checksum @check [X] and [Y] on secondary accounts
:goto @verify3
:checksum :verify3
:checksum @if [X] and/or [Y] is incorrect :goto @error
:checksum @if [X] and [Y] are correct :goto @rootadmin2
:error
:say @"The username and/or password do not match on my servers. Please try again."
:intiger [Z] == tries, add one per error
:chechsum @if [Z] == 3 save IP address, and deny access for 60 minutes. once time ends, then remove IP address from save. :goto @error2
:goto @connect
:error2
:say @"I'm sorry, please wait for one hour to retry."
:goto @shutdown access.
:rootadmin2
:checksum @if [X] is in admin accounts :goto @admin
:checksum @if [X] is in secondary accounts :goto @user
:admin
:say @"Welcome [X]. If you would to accesss (Name of Artificial Intelegance) say, '(Name of Artificial Intelegance)'. If you would like to check base code say. 'Access core systems'. A secondary username and password will be needed. If you want to access the game say, '(name of MMO)'."
:checksum @if user said '(Name of Artificial Intelegance)' :goto @(Name of Artificial Intelegance)
:checksum @if user said 'Access core systems' :goto @core systems
:checksum @if user said '(name of MMO)' :goto @(name of MMO)
:user
:say @"Welcome [X]. If you would like to talk to (Name of Artificial Intelegance) say, 'I would like to talk to (Name of Artificial Intelegance)'. If you want to access the game say, '(name of MMO)'."
:checksum @if user said 'I would like to talk to (Name of Artificial Intelegance)' :goto @talk to (Name of Artificial Intelegance)
:checksum @if user said '(name of MMO)' :goto @(name of MMO)
:(Name of Artificial Intelegance)
:core systems
:say @"Welcome [X]. Please log into your Guardian Access."
:connect 2
:type :username [X2]
:type :passward [Y2]
:checksum :verify
:checksum @if [X2] and [Y2] is incorrect :goto @error3
:checksum @if [X2] and [Y2] is correct :goto @core system debugger
:error3
:say @"The username and/or password do not match on my servers. Please try again."
:intiger [Z] == tries, add one per error
:chechsum @if [Z] == 3 save IP address, and deny access for 60 minutes. once time ends, then remove IP address from save. :goto @error4
:goto @connect2
:error4
:say @"I'm sorry, please wait for one hour to retry."
:goto @shutdown access.
:core system debugger
:say @"Welcome [X2]. Please wait... debugger is setting up. Would you like to have (Name of Artificial Intelegance) talk to you while you are working? Allow/ Deny."
:def @accept == if AI has questions or suggestions about it's optimizations it will directly ask [X2].
:def @deny == if AI has questions or suggestions about it's optimizations it will not directly ask [X2], however once finished, AI will request audience with [X2].
:choice :accept
:choice :deny
:load debugger
:talk to (Name of Artificial Intelegance)
:goto (name of MMO)
:shutdown access
:checksum if [X] and/or [X2] connected, disconnect from (System name), and shutdown program.
:checksum if [X] and/or [X2] is not connected, shutdown program.
I know it's a bit shaky at best, but it's what I came up with from my old notes...