#Using vars in Particles issue

1 messages · Page 1 of 1 (latest)

sweet raven
#
command /test:
    trigger:
        set {_p} to end_rod
        draw 100 of {_p} at player

this does nothing but if i change {_p} to end_rod then it does, how do I make this work?

#
command /test:
    trigger:
        set {_p} to "dust using dustOption(cyan, 1)" parsed as particle
        draw 100 of {_p} at player

currently trying to do this, but it doesn't work even tho if i replace the text in the "" with end_rod then it does work, how do I make this one work?