PC POI Building Questions and Help

GunRunner

Refugee
Hi, just signed up. I need help. I'm getting into building POIs. I am building a Trader POI and I need to know how to make it indestructible. I tried looking for tutorial videos but can't find any. Or any video I find are badly out dated. Please help.

 
Hi, just signed up. I need help. I'm getting into building POIs. I am building a Trader POI and I need to know how to make it indestructible. I tried looking for tutorial videos but can't find any. Or any video I find are badly out dated. Please help.
Your best location for help with creating POI is in the Mods Discussions and Requests forum.  There's more chance that modders who have the answers will see your post there.  I believe it's just a tag in the XML, though.

Example from one of the traders:

Code:
  <property name="TraderArea" value="True" />
  <property name="TraderAreaProtect" value="0,0,0" />
 
Back
Top