When i compale this i get a error on line 6 saying logout undentified proc.HLLLLPPPP
mob
Login()
world << "[usr] enterd the world"
usr.icon_state = input("What gender?") in list ("male","female")
usr.Move(locate(56,46,1))
logout()
world << "[usr] enterd the world"
mob
icon = 'human.dmi'//says the mob will be this icon
verb
say(msg as text)
world << "[usr]:[msg]"
turf
stile
icon = 'tiles.dmi'
icon_state = "sqauretile"
turf
grass
icon = 'tiles.dmi'
icon_state = "grass"
turf
water
icon = 'tiles.dmi'
icon_state = "water"
density = 1
turf
wall
icon = 'tiles.dmi'
icon_state = "wall"
density = 1
turf
tree
icon = 'plants.dmi'
icon_state = "tree"
density = 1
turf
wfloor
icon = 'tiles.dmi'
icon_state = "woodenfloor"
Copyright © 2025 BYOND Software.
All rights reserved.
Logout()
world << "[src.name] logs out..."
del(src)
Change Your Logout() Code To That
Shun Di, Out