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!"
..()
ID:149219
Jun 16 2002, 6:58 am
|
|
In response to RaeKwon
|
|
or you could use
between lines instead of repeating the usr << |
RaeKwon