world
view = "21x15"
version = 0.4
client
command_prompt = "Kaefé - Legacy of Atlantis v0.4"
mob
player
var/tmp
atom/movable/HUD/DLmeter
Login()
alert("Welcome to Kaefe - Legacy of Atlantis. Please bear in mind that this game is not yet finished and some features are yet to be implemented. Enjoy!","Kaefe-Legacy of Atlantis","OK")
src.icon = 'Akiro.dmi'
client.lazy_eye = 1
DLmeter = new(src, "Health", "2,NORTH", "darklight", 'kaefe.dmi')
src.Move(locate(25,15,1))
Problem description:
DLmeter: undefine var. The var is there, am I missing something or did I forget to add something? I can't understand why this isn't working