Amon_PRC8/_module/nss/place_active.nss

7 lines
144 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
ActionPlayAnimation(ANIMATION_PLACEABLE_ACTIVATE,3.0);
DelayCommand(2.0, ActionPlayAnimation(ANIMATION_PLACEABLE_DEACTIVATE));
}