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
1
2
In response to Mysame
|
|
aha that was a bit of writeing
|
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 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?
|
1
2
mob
log in.