PRC8_fork/trunk/newspellbook/tob_ft_sudrecovr.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

12 lines
337 B
Plaintext

/*
Sudden Recovery.
Recover one maneuver as an instant action.
*/
#include "tob_inc_tobfunc"
#include "inc_dynconv"
void main()
{
object oInitiator = OBJECT_SELF;
AssignCommand(oInitiator, ClearAllActions(TRUE));
StartDynamicConversation("tob_ft_sdnrcrcnv", oInitiator, DYNCONV_EXIT_NOT_ALLOWED, FALSE, TRUE, oInitiator);
}