Thread: Minions Help?
View Single Post
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old August 13th, 2021, 01:08 PM
Quote:
Originally Posted by Mathias View Post
1) There's some overlap on the attributes - Body, for example, appears in both, but Charisma is only used for characters, and Handling is only used for vehicles. But they're all in the attribute compset, and where they're used is just a matter of tags.
2) yes
3) it's based on a tag on the hero that tells me the character type
Yeah, vehicles are just another character type in SR5.
I'll give it a try that way, thanks.

Another thing I notice though, is that no field other than a simple label with text is showing (per attached screenshot). Am I missing something?
Code:
<position><![CDATA[

      ~position our tallest portal at the top
      portal[title].top = 0
	  portal[title].width = width

      ~center the other portals vertically
      portal[lblVehCat].left = 0
	  portal[lblVehCat].width = width
	  portal[lblVehCat].height = 30
      portal[lblVehCat].top = portal[title].bottom + 5
	  
	  portal[lblVehType].top = portal[lblVehCat].bottom + 5
	  portal[lblVehType].left = portal[lblVehCat].left
	  portal[lblVehType].width = width

	  portal[lblVehRel].top = portal[title].bottom + 5
	  portal[lblVehRel].left = 0
	  portal[lblVehRel].width = width
	  
	  portal[VehReli].top = portal[lblVehRel].bottom + 5
	  portal[VehReli].left = 0
	  portal[VehReli].width = width
	  
      height = portal[VehReli].bottom + 10
	  
      ]]></position>
Attached Images
File Type: gif Screenshot 2021-08-13 160328.gif (42.4 KB, 1 views)

Working on -
  • (SWADE) WIP Savage Rifts
  • Savage Rifts (Deluxe): Update link in This post
  • Star Trek Adventures: Update link in This post
TCArknight is offline   #8 Reply With Quote