PDA

View Full Version : NPC sheet modification for Alternity system



Valiant82
April 16th, 2008, 12:06
Hi everyone. Currently I'm trying to modify FGII to help me running my Alternity face to face games. For this purpose I'm modifying the NPC sheet. I'm kind of stuck at a point so I need your help. Here is the thing. I've modified the NPC sheet so that the ability scores at the bottom of the sheet is taken to the top. In the function onInit() I modified the function of setAnchor as stated below:


setAnchor("top","border", "bottom", "absolute",15);

Here "border" is a spacer genericcontrol that I have managed to anchor to the top frame. This approach does the job but it seems that there should be an easier way to directly attach the ability score fields to the top. Is there a special word reserved for this that I'm missing or another way? Thanks.