Jump to content

Custom Character


Fitz24
 Share

Recommended Posts

So, I was thinking for my hack....that I'd have a custom character. I figured you can go into a choosing screen where you pick your class and then after you choose it you have all the other choice die from the "KILL 0x0" command. Then I figured they wouldn't show up in any cut-scenes or the rest of the game being that they have been killed. However, when I program the characters to do all the same thing, being that whichever was still alive after the player's decision, to do a simple thing like move. It shows all characters still there and causes my game to freeze. Would there be anyway of preventing that? Or getting around it?

Link to comment
Share on other sites

I'm not sure if this will help, but I'd do it like this (I'm not saying that this is the only way; this is how I'm doing it for a project I'm on working on):

CharacterEvent(0x5,MyrmidonChoice,Chooser,A)
CharacterEvent(0x5,CavalierChoice,Chooser,B)
CharacterEvent(0x5,ArcherChoice,Chooser,C)
CharacterEvent(0x5,MageChoice,Chooser,D)

Then below:

MyrmidonChoice:
LOU1 CustomCharMyrmidon
ENUN
TEX1 0x????
REMA
ENDA

Same for the other 3 or how many you're doing.

Then you'd have to have a group for each choice, and the unit (of course). If you want the custom character to take only one slot, then this still works.

Another way to do this (maybe, haven't tried this) is to have a bunch of Yes/No's. Each would take a text slot (That's what it's called right?) though.

If you still want to do it your way, then I don't know how to help you there. Hope this helps!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...