ID:149908
 
I've tried the Zials bigeener totrial and it told me to put
world
turf = turf/grass and it says there is a error.
then i tried
turf = turf/grass icon={tab} = 'grass.dmi' and it still says there is an error what should I do?

I'm going by Zials Begginer Tutorial.
Pizzaro wrote:
world
turf = turf/grass

You need an extra '/' before 'turf/grass'... '/turf/grass' is a path, 'turf/grass' is like saying "turf var or grass var".
world
turf = /turf/grass
In response to Vortezz
Thanks I'll try it now.
In response to Vortezz
I tried it and it doesn't work. :(
In response to Pizzaro
Here's how it SHOULD look:

turf/grass//creates a path for grass
icon='grass.dmi'//defines the icon for /turf/grass

world
turf = /turf/grass // world.turf now equals what you have setup for turf/grass
In response to Nadrew
Thanks,I will try it. ;)
In response to Pizzaro
Instead of posting telling us you WILL try it, try it then post.