Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

target_give works in MP maps?

Page: 1 of 1
 darthzappa
06-30-2004, 5:50 AM
#1
Does anyone have any pointers on using the target_give entity?

im trying to make a place in my map where when you enter it, you heal. i have a trigger_multiple pointing to a target_give, which is then pointing at an item_medpack_instant.

this should work, but doesn't. Has anyone had success with target_give in MP maps? i couldn't find any examples on this for reference.
 Ice Dyn4stY™
06-30-2004, 8:18 AM
#2
That works only in SP maps cause it's like a cheat...things like that only works in SP ;)
 [ASJN] Balboa
07-14-2004, 10:56 AM
#3
i WONDERED why that never worked in my one mp map
 acdcfanbill
07-14-2004, 11:15 PM
#4
well it works in Q3 MP, i havent tested it in jk2/ja tho.
 EvilJedi
07-15-2004, 3:56 AM
#5
To make a medpack or any item appear, just make a trigger_multiple and link it to a medpack (or any item for that matter). Then say how many times you want the item to be able to be spawned with the count key

key: count
value: -1 (for unlimited)
Page: 1 of 1