generated from Jaysyn/ModuleTemplate
9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
void main()
|
|
{
|
|
object oSelf=GetLastSpeaker();
|
|
if(GetLocalInt(OBJECT_SELF,"UseAnimation"))
|
|
{
|
|
ActionPlayAnimation(ANIMATION_PLACEABLE_CLOSE);
|
|
}
|
|
}
|