Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
6
nwnds_module/at_meditate1.nss
Normal file
6
nwnds_module/at_meditate1.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
AssignCommand ( oPC, ActionPlayAnimation (ANIMATION_LOOPING_SIT_CROSS, 1.0, 4000.0));
|
||||
AdjustAlignment(oPC,ALIGNMENT_LAWFUL,5);
|
||||
}
|
Reference in New Issue
Block a user