26 class BotTestSpamUserActions_GetEntityFromSlot : BotTimedWait
44 if (!
GetGame().IsDedicatedServer())
64 if (!
GetGame().IsDedicatedServer())
151 ref BotTestSpamUserActions_GetEntityFromSlot m_GetRef;
160 m_GetRef =
new BotTestSpamUserActions_GetEntityFromSlot(m_Bot,
this, 2.0);
166 m_FSM.AddTransition(
new BotTransition( m_Start, __EntWait__, m_GetRef));
168 m_FSM.SetInitialState(m_Start);
177 m_Owner.GetInventory().CreateAttachment(
"PolicePantsOrel");
191 override void OnUpdate (
float dt)