I don't understand
For example, in this task:
"using System.Threading;
using System.Collections.Generic;
using PBDOBot.Helper;
using PBDOBot.Api;
using PBDOBot.Api.Task;
namespace Tasks
{
public class Task : BBaseTask
{
/*
Created by taskcreator
Copyright (C) 2011-2012 by gähn

*/
public override void OnReset()
{
//boost
//protected
//gg
}
public override void ChooseLogic()
{
Dictionary<TaskLoadDelegate, int> TaskLoadDictionary = new Dictionary<TaskLoadDelegate, int>();
TaskLoadDictionary.Add(
delegate()
{
if (!ActionList.Contains("2-4 60 Minutes"))
{
BMain.WriteLog("Starting on 2-4 for 60 minutes");
BMain.WriteLog("http://gahn.bot24.eu");
Reset();
TaskMap = "2-4";
MinDurability = 85;
LaserAmmoType = Enums.LaserAmmoType.LCB_10;
RocketAmmoType = Enums.RocketAmmoType.R310;
RocketLauncherAmmoType = Enums.RocketLauncherAmmoType.ECO10;
MinFightDistance = 150;
MaxFightDistance = 600;
BoxesPerHour = 6000;
StandardConfiguration = 1;
AttackPlayersMinDistanceToGate = 2000;
CloudBoxesCollectRadius = 2100;
UsePet = true;
PetMode = Enums.PetMode.Guard_Mode;
SwitchConfigWhileFleeing = true;
SwitchConfigWhenShieldLow = true;
SafeBotting = true;
SafeBotting = true;
FleeOnEnemyInRadius = true;
Repair = true;
CollectBonusBoxes = true;
AttackNpcs = true;
AttackBossNpcs = true;
HuntNpcsList.AddRange(new string[] { "-=[ Lordakia ]=-", "-=[ Saimon ]=-", "-=[ Mordon ]=-", "..::{ Boss Lordakia }::..", "..::{ Boss Saimon }::..", "..::{ Boss Mordon }::.."});
ActionList.Add("2-4 60 Minutes");
}
}, 60);
CycleTaskDictionary = TaskLoadDictionary;
}
}
}"
I put it where?
II tried and it gives me an error