Create an account variable and a status variable and store "admin" and "active" in them.

Make sure to pick var followed by account and then =, "admin", ;, var, status, =, "active", ;.