Initial Commit

Initial Commit.
This commit is contained in:
Jaysyn904
2025-09-14 15:40:46 -04:00
parent 7083b33d71
commit 1eefc84201
19230 changed files with 11539227 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
void main()
{
if(GetUserDefinedEventNumber()==1100)
{
PlayAnimation(ANIMATION_PLACEABLE_ACTIVATE);
//DelayCommand(0.4,SetPlaceableIllumination(oSelf, TRUE));
SetLocalInt(OBJECT_SELF,"NW_L_AMION",1);
//DelayCommand(0.5,RecomputeStaticLighting(GetArea(oSelf)));
effect eLight=EffectVisualEffect(VFX_DUR_LIGHT_YELLOW_5);
ApplyEffectToObject(DURATION_TYPE_PERMANENT, eLight, OBJECT_SELF);
}
}