Thread: Gizmo Help
View Single Post
cryptoknight
Senior Member
Volunteer Data File Contributor
 
Join Date: Dec 2008
Posts: 523

Old September 10th, 2021, 05:38 AM
I see that... but components aren't entitites. We created an Ammo Gizmo to load ammo. I wanted to ensure that gizmo is on all the ranged weapons for the system.

Code:
  <entity
    id="Ammo"
    form="ammogiz">
    <bootstrap thing="AmmoHelper"/>
    </entity>
Adding
Code:
    <bootstrap component="WeapRange"/>
Gives me an error that it doesn't recognize what a component is, and if I use thing it tells me that WeapRange isn't a thing. Because it's a component.

Working on Twilight 2000 4e HL System
cryptoknight is offline   #6 Reply With Quote