I cant do the scripting side i just get a fat headache and do not understand a thing about it,i have tried to download tutorials and also all the links in here sum dont work, ive still got the problem of the scripting side i just cant understand,
all i need is script for simple objectives that i could build my level around
i have ust built 1 level and put 2 scripts togher to work it from to seperates tutorials.
I have a room and a simple constructable objective all set out right, but the scripting is wrong like it has been on all my pervious maps.
the script is as follows if you can see any problems could you please help.
:banghead:
game_manager
{
spawn
{
wm_axis_respawntime 16
wm_allied_respawntime 16
wm_set_round_timelimit 20
}
fence
{
spawn
{
}
built final
{
}
decayed final
{
}
death
{
}
}
spawn
{
wait 200
constructible_class 2
constructible_constructxpbonus 1
constructible_destructxpbonus 1
setstate fence_materials invisible
}
built final
{
setstate fence default
setstate fence_materials invisible
}
decayed final
{
setstate fence_materials default
setstate fence invisible
}
death
{
wm_announce “The fence has been destroyed!”
setstate fence_materials default
}
}
also my entitles make out that the scriptname is fence
im sure that all other entitles are correct is anything up with my script