ID:149219
 
DM says error: Login(): unidentified proc
Code:
Login()
usr << "Welcome to Dragonball Adventure!"
usr << "Do not bug Drafonis."
usr << "Bugging is punishable by death."
usr << "To attack, click on the target."
usr << "Updates will occur on Sunday."
world << "[usr] enters!"
..()
Drafonis wrote:
DM says error: Login(): unidentified proc
Code:
Login()
usr << "Welcome to Dragonball Adventure!"
usr << "Do not bug Drafonis."
usr << "Bugging is punishable by death."
usr << "To attack, click on the target."
usr << "Updates will occur on Sunday."
world << "[usr] enters!"
..()

mob
Login()
usr << "Welcome to Dragonball Adventure!"
usr << "Do not bug Drafonis."
usr << "Bugging is punishable by death."
usr << "To attack, click on the target."
usr << "Updates will occur on Sunday."
world << "[usr] enters!"
..()


RaeKwon
In response to RaeKwon
or you could use
between lines instead of repeating the usr <<