mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-18 01:47:15 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
12
trunk/newspellbook/moi_ttm_rshpttm.nss
Normal file
12
trunk/newspellbook/moi_ttm_rshpttm.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "moi_inc_moifunc"
|
||||
#include "inc_dynconv"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oMeldshaper = OBJECT_SELF;
|
||||
if (GetLocalInt(oMeldshaper, "PerfectMeldshaper")) return;
|
||||
if (GetLocalInt(oMeldshaper, "TotemEmbodiment")) return;
|
||||
if (GetLocalInt(oMeldshaper, "TotemEmbodiment2")) return;
|
||||
AssignCommand(oMeldshaper, ClearAllActions(TRUE));
|
||||
StartDynamicConversation("moi_ttmbindcnv", oMeldshaper, DYNCONV_EXIT_NOT_ALLOWED, FALSE, TRUE, oMeldshaper);
|
||||
}
|
||||
Reference in New Issue
Block a user