How would I change a projectiles command based on a clients variable like so.
Note: I already have a complete function, I just don't know how to change the Trail.
function BowImage::onFire(%this,%obj,%slot)
{
if(%type $= "Ice")
{
//SetProjectileTrailnStuffHere
}
}