How would I make a pick up flag in arena mode?

PigPig

Entitled Elitist
Apr 27, 2015
104
154
The "item_teamflag" doesn't work in arena mode. Im wondering if there is an item that people can pick up and drop.
My idea was someone holding the flag for the team. There would be things parented to the flag to heal and give ammo. >.> kinda like the pd drop.
lol right now i'm trying with parenting and un-parenting things to !activator. That's not working out so well.
Just a object name would be cool. <.< or anything would be cool...
 

YM

LVL100 YM
aa
Dec 5, 2007
7,135
6,056
Use a point_template, set 'template 1' to the name of your item_teamflag, then use a logic_auto with:
onMultiNewRound | <point_template's name> | forceSpawn

And that'll get arena's logic (ie the way it handles team joining, waiting and permadeath) along with the ability to pick up flags.

(when asking for help, it's helpful to us if you're more specific than "doesn't work")
 

PigPig

Entitled Elitist
Apr 27, 2015
104
154
works ty
Wow! I feel stupid...
I will keep the "doesn't work" in mind if I run into more problems.
<3