Hi all 
Allied have to steal the Bible and secure it in the Sacrificial Pit.
This is my script for that objective, but it looks like hell.
Plz tell me what I have to change? Everything of course lol 
bible
{
trigger stolen
{
//wm_objective_status 1 1 0
wm_announce "Allied have stolen the Bible!"
wm_objective_status 3 0 2
wm_objective_status 3 1 1
wm_set_main_objective 4 0
wm_set_main_objective 4 0
}
trigger returned
{
//wm_announce "The Bible has been returned!"
wm_objective_status 4 0 0
wm_objective_status 4 1 0
wm_set_main_objective 3 0
wm_set_main_objective 3 1
}
trigger captured
{
}
}
Softwar 
it helped me when i make my objectives 