Help with the cutom banner script

Users who are viewing this thread

I have activated the # cutom banner thing in the modules, the arms creation thing works fine, but it doesn't show in my inventory or in battles :sad:
has anyone got some idea of how to make this work????
 
lol The SCRIPT IN THE MODULE that makes a custom banner, I want to apply it to my shields like a regular banner.
I would like to know how.

It's the sort of thing that is in Fire Arrow mod.
Where the custom banner is shown on shields in battle and on banners in halls and in inventory.

Where the Choose you banner bit at the start is (if you are a noble) or when awarded.
this is the start bit for the code, i have the menu, banner on the map but not on shields or on inventory items like heraldic mail.
Code:
#custom_banner_begin
             (start_presentation, "prsnt_custom_banner"),
           (else_try),
             (change_screen_return, 0),
           (try_end),
           (set_show_messages, 1),
        ]),
      ("go_back_dot",[],"Go back.",[
        (jump_to_menu,"mnu_start_character_4"),
        ]),
    ]
  ),


:edit: Here is a screen of that screen XD
62312.JPG
 
I would suggest looking at the presentation, since it is able to show how the banner will look.  There may be a lot of places where you need to make changes to get this to work.  I was thinking of adding this to my mod, but instead, I created my own sets.  A lot less work and research.

As it is, it doesn't work, which is why it's commented out, I believe.

 
Back
Top Bottom