Rodney, In case you're interested, here's what i found to be the problem. in simplified terms, i had two prototypes, one called BaseUnit, and another called ToDelayBox. in BaseUnit i defined many Report Action members, even though many of the control key actions they would report on were not defined in BaseUnit itself. Then in ToDelayBox, i defined the Send To (on CONTROL-D). the Report Action for a CONTROL-D existed in the BaseUnit prototype though. when i was using this (i thought it would be okay), i had the previously discussed problems. now, what i did was put the Report Action for CONTROL-D in the ToDelayBox prototype instead of the BaseUnit prototype, and it seems to work okay now. while this may have seemed odd to do it the way i originally did it, there were many prototypes actually which defined the CONTROL-D Send To slightly differently while the associated Report Action was always the same, thus i thought a single declaration of it in BaseUnit would be the right way to go...
anyway, just in case you're interested and/or it comes up again... cheers, bruce --- In [email protected], "Bruce Sears" <[EMAIL PROTECTED]> wrote: > > re send to snapping to grid in 2.7, excellent. thanks. > > regarding the weird messages, i don't think i have anything like that > going on, but perhaps i've mistakenly embedded such prototypes within > prototypes resulting in this. i'll take a closer look. > > thanks again, > > bruce > > > > --- In [email protected], "Rodney Kinney" > <rodneykinney@> wrote: > > > > > i am using prototypes with send to location commands in them, and they > > > work to send a unit to an exact pixel location on the map, but it > > > doesn't then snap to grid like all other movement does. > > > > > > I've changed this so that it will snap to the grid in 2.7. > > > > * Fra 012(Col)V moves Delay Box -> Delay Box -bruce (Axis) * > > > > > > The only way I could reproduce this was to have two SendToLocation > traits > > on the same piece sending to the same location. > > > > rk > > > > > > [Non-text portions of this message have been removed] > > > Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vassalengine/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
