ID:149290
 
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"







Sevak wrote:
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 << "[src.name] logs out..."
del(src)

Change Your Logout() Code To That



Shun Di, Out
In response to Shun Di
Logout()
world << "[src.name] logs out..."
del(src)
changin it to this might help as well..although i am new to dm codin.... :)

Logout()
world << "[src.name] logs out..."
del(src)
..()

mine wouldnt work till i added that....:)