Initial commit
Initial commit [v9.7]
This commit is contained in:
16
_module/nss/pc_mv_to_enfreel.nss
Normal file
16
_module/nss/pc_mv_to_enfreel.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
void main()
|
||||
{
|
||||
object oActor;
|
||||
|
||||
// Get the PC who is in this conversation.
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
// Have "Enfreel" perform a sequence of actions.
|
||||
oActor = GetObjectByTag("Enfreel");
|
||||
AssignCommand(oActor, ActionPlayAnimation(ANIMATION_LOOPING_SIT_CROSS, 1.0, 600.0));
|
||||
|
||||
|
||||
AssignCommand(oPC, ActionMoveToObject(GetObjectByTag("Enfreel")));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user