View Single Post
drizztdn
Junior Member
 
Join Date: Jan 2012
Location: SF Bay Area
Posts: 14

Old November 13th, 2012, 02:49 PM
Hi I'm working on a palladium system for myself. I was wondering if an entity on a form, ie for a gizmo popup, was available in the position script?

Example:
Code:
<form
    id="chsMrtArt2"
    name="Choose 2 Martial Arts"
    entity="chsMrtArt">
    <layoutref layout="chsMrtArt"/>
    <layoutref layout="chsMrtArt1"/>
    <position>
      </position>
    </form>
How would I reference the chsMrtArt entity in the position script? I've tried entity.chid[], child[], gizmo.child[], chsMrtArt.child[] .... all of which just give errors of one form or another. Any help you would be great.

Thanks
drizztdn is offline   #1 Reply With Quote