Initial Upload
Initial Upload
This commit is contained in:
19
_module/nss/emo_conj1.nss
Normal file
19
_module/nss/emo_conj1.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: emo_*
|
||||
//:: Copyright (c) 2003 Darren Summerwind.
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
An emote script emotion function
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Darren Summerwind
|
||||
//:: Created On: 28/9/03
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
// Get Last Speaker
|
||||
object oPC = GetLastSpeaker();
|
||||
// Assign Animation
|
||||
AssignCommand(oPC, ActionPlayAnimation(ANIMATION_LOOPING_CONJURE1, 1.0, 60000.0f));
|
||||
}
|
Reference in New Issue
Block a user