Can't edit spawn tag in Sandbox SVN (revision 2975)
Posted: January 9th, 2011, 7:53 am
Steps to reproduce:
1. Add a new entitity of type "spawn'
2. Hit F3
Expected result:
GUI shows three fields: yaw, radius and tag
Actual result:
GUI shows two fields: yaw and tag, and the tag field actually affects the radius.
Proposed fix:
Edit data/rpg/menus.cfg and replace the line
with
1. Add a new entitity of type "spawn'
2. Hit F3
Expected result:
GUI shows three fields: yaw, radius and tag
Actual result:
GUI shows two fields: yaw and tag, and the tag field actually affects the radius.
Proposed fix:
Edit data/rpg/menus.cfg and replace the line
Code: Select all
newentgui spawn "yaw tag" "0 360 0 10000"
Code: Select all
newentgui spawn "yaw radius tag" "0 360 0 512 0 10000"