Convert random say macro to party chat

Here is my macro, I use it for RP purposes, it activates with tiger’s fury which I almost always use just once in prowl. It works nearly perfectly all I want is to have it slightly modified so I can copy and paste the fixed version to speak in party chat instead of general chat.

/Cast Tiger’s Fury
/script messages = {“%t will be our CHEW TOY!!!”, “Eyes on %t”, “Hostile contact %t detected.”, “%t our prey stumbles unwary.”, “Feed %t to our hungry kittens!!”} SendChatMessage(messages[math.random(table.getn(messages))])

look here