Additions:
{
Revision [330]
Edited on 2009-01-18 01:59:59 by ScripterAlexAdditions:
Syntax: ##particleeffectsenabled##
if (particleeffectsenabled) {
if (particleeffectsenabled) {
Deletions:
if (player.particleeffectsenabled) {
Revision [316]
Edited on 2009-01-17 21:14:58 by ScripterAlexAdditions:
##particleeffectsenabled## returns a true or false value depending on whether the player has particle effects enabled or not. Please use this to check if the player has particle effects enabled before doing any particle effects. For example, don't allow your script to perform any form of particles if ##particleeffectsenabled## returns true.