InVisLmps.fscript 921 B

1234567891011121314151617181920212223
  1. // FinalSun Script file
  2. // Name: Special Lamps
  3. // Written By: Bill Brislin aka RVMECH
  4. // Last Change:Feb,12,2002
  5. // Be careful when editing scripts, they may cause damage to maps if used improperly
  6. AskContinue("This script will make the INREDLMP. INGRNLMP,and the INBLULMP less bright and shorter in range. Ready...hope this works?");
  7. AllowAdd("Because it makes your life easier when someone else does all the dirty work");
  8. SetSafeMode("FALSE","This will make the INREDLMP. INGRNLMP,and the INBLULMP less bright and shorter in range...here we go");
  9. SetIniKey("INREDLMP","LightIntensity","0.005");
  10. SetIniKey("INREDLMP","LightVisibility","550");
  11. SetIniKey("INGRNLMP","LightIntensity","0.005");
  12. SetIniKey("INGRNLMP","LightVisibility","550");
  13. SetIniKey("INBLULMP",LightVisibility","550");;
  14. SetIniKey("INBLULMP","LightIntensity","0.005");
  15. Message("The INREDLMP, INGRNLMP, and INBLULMP have been modified","Success");