Thread: Two questions
View Single Post
EightBitz
Senior Member
 
Join Date: May 2013
Posts: 1,458

Old January 27th, 2016, 09:50 AM
Quote:
Originally Posted by Mathias View Post
1) please show me your code
This is in form_static
Code:
  <portal
    id="stDescript"
    style="chsNormal"
    width="150">
    <chooser_table
      component="Descriptor"
      choosetemplate="LargeItem">
      <chosen><![CDATA[
        ~if we're in advancement mode, we've been frozen, so display accordingly
        if (state.iscreate = 0) then
          ~@text = "{text clrgrey}Add Special Abilities Via Advances Tab"
          done
          endif
          
        if (@ispick = 0) then
          @text = "{text clrwarning}Select Descriptor"
        else
          @text = field[name].text
          endif
        ]]></chosen>
      <titlebar><![CDATA[
        @text = "Choose a descriptor."
        ]]></titlebar>
      </chooser_table>
    </portal>
Also attached are three screen shots. Before.png, During.png and After.png. Before is before any character creation is done. This is a completely new, unmodified hero. During is a validated but not-yet-locked hero. After is a locked hero.
Attached Images
File Type: png Before.png (46.1 KB, 3 views)
File Type: png During.png (45.7 KB, 2 views)
File Type: png After.png (45.8 KB, 2 views)
EightBitz is offline   #7 Reply With Quote