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"