ID:149551
 
mob
var
ComputerAcessName
Login()
world<<"[usr] joins the world!"
usr.loc = locate(1,1,1)
usr<<browse("Welcome to the space colony Ultima 7, this space colony was very peaceful. The colonists examined objects on the planet Venus, using Hi-Teck space suits to withstand the heat, the colony discovered many things on the planet Venus. While heading back to Earth with their findings, the ship suddenly stopped! The gas tank had plenty of gas, but something 'else' was in the ship! Your mission is to explore the Space Colony Ultima 7 and find the error in the ship!")
Logout()
world<<"[usr] leaves the world!"
del(src)
verb
say(msg as text)
world<<"[usr]:[msg]"
view\-say(msg as text)
view()<<"<font color = blue>[usr]:[msg]"
Player
icon = 'mob.dmi'
world
mob = /mob/Player
turf
icon = 'turf.dmi'
obj
Computer\(Bottom\)
icon = 'obj.dmi'
icon_state = "B"
density = 1
verb
Look()
set src in oview(1)
alert("You look at the computer")
var/ComputerAcessName = input("Enter your name")
if(usr.ComputerAcessName == usr.name)
alert("Enter Password:")
alert("556423")
alert("Approved")
alert("Welcome [usr]")
alert("Remember your password")
else
alert("Denied")
Computer\(Top\)
icon = 'obj.dmi'
icon_state = "T"
layer = 6

Ok, here is the error:
loading Ultima 7.dme
Ultima 7.dm:31:ComputerAcessName :warning: variable defined but not used
loading Map001_Your Room.dmp
Map001_Your Room.dmp:2:error: undefined type: /obj/Computer
Map001_Your Room.dmp:2:error: expected )
Failed to load map file C:\Program Files\BYOND\bin\Ultima 7\Map001_Your Room.dmp.

Ultima 7.dmb - 2 errors, 1 warning (double-click on an error to jump to it)

I have no Idea what that means! Can I please be help Ed?
Ultima 7.dmb - 2 errors, 1 warning (double-click on an error to jump to it)

http://www.uo.com/archive/ultima7/