hi every one im just a beginner
with no basics in scripting .
bud i wenht and tryd a prefab to learn from .
thx to iffy who has helpout a greath deal off people i guess.
budd every thing works bud when i take obj .
i can drop it off ad the gold_box_red dunno wath i dun wrong.
i have this script so far .
game_manager
//Gold allied_gold
{
spawn
{
wait 200
setstate allied_gold_captured invisible
}
trigger stolen
{
wm_announce 0 “Return the Allied gold to the getaway truck”
wm_announce 1 “The Axis have stolen the Allied gold”
setstate allied_gold_cm_marker invisible
}
trigger returned
{
wm_announce 0 “The Allies have retrieved the gold”
wm_announce 1 “Gold returned! Protect the gold”
setstate allied_gold_cm_marker default
}
trigger captured
{
wm_announce “The Axis have secured the Allied gold”
setstate allied_gold_red invisible
setstate allied_gold_captured default
}
}
allied_objectives //enter this as the scriptname value for the single trigger_flagonly_multiples entity
{
death
{
trigger game_manager obj1
}
}
i would love to know what do i need to change to make a winnable map .
me noob at scripting so bud wil geth it one day .
sorry for the poor englisch .
thx in advance from the land off beer .
BELGIUM
EDIT: Changed title to be more informative.