generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
8
_module/nss/use_transition2.nss
Normal file
8
_module/nss/use_transition2.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oSelf=GetLastSpeaker();
|
||||
if(GetLocalInt(OBJECT_SELF,"UseAnimation"))
|
||||
{
|
||||
ActionPlayAnimation(ANIMATION_PLACEABLE_CLOSE);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user