Jump to content

Getting rid of a NPC


Wizard

Recommended Posts

There are any number of ways of doing things. One way is to use erase_char and set_flag. That gets rid of the character in the town for the moment, but as soon as the party leaves and re-enters, the character will be back. To fix this, check that flag in the town's INIT_STATE, and if the flag is set, erase_char again in the INIT_STATE, so that the party will never see this character.

 

There are lots of other ways, too.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...