Difference between revisions of "Checking if a Mod is affecting an Object"

m
Corrected variable name
imported>Cipscis
imported>Cipscis
m (Corrected variable name)
Line 10: Line 10:
  Begin OnLoad
  Begin OnLoad
   
   
  if sIsAffected != 1
  if sIsAffectedPluginName != 1
  set sIsAffected to 1
  set sIsAffectedPluginName to 1
  endif
  endif
   
   
Anonymous user