In response to Tkz
What the hell is that
mob
log in.
In response to Mysame
aha that was a bit of writeing

world
mob = /mob/player




mob
player
icon = 'player.dmi'

pika
icon = 'pika.bmp'

mob
player
verb
// conversation
say(msg as text)
view() << "[usr] says, \"[msg]\""

shout(msg as text)
world << "[usr] shouts, \"[msg]\""

whisper(msg as text)
view(1) << "[usr] whispers, \"[msg]\""

tell(M as mob in world, msg as text)
M << "[usr] tells you, \"[msg]\""

// configuration
myname(arg as text)
name = arg

myicon(arg as icon)
icon = arg
In response to Tkz
Press Printscreenand paste onto paint/photoshop and show us the error along with the file structure. That might help a bit.
In response to King Gunnerblast
http://xs.to/xs.php?h=xs56&d=05471&f=untitled9888.png

^ the

ERROR

pokemonattack.dm:288:error:expected end of statement

PROB

wallr
icon = 'wallr.dmi'

one

cant get the other till this ones fixed
In response to Tkz
2 lines above it. You can't have a space in a type. Make it Blah_Blah instead of Blah Blah.
In response to Kalzar
ok..wait what

wheres the space
In response to Tkz
Make swimwater one word, or 2 with swim_water.
In response to Kalzar
ohh ok
In response to Tkz
i got a question could you make a car with a player on it fly?
Page: 1 2