I'm absolute noob in matter of scripting. I just tried your definition script and execute script, but it didn't work. I'm not sure what is "c,o" and with what should I rewrite [" .. c .. "] and [" .. o .. "]. Is it for characters names? Let say I have 5 characters with names "charA", "charB", "charC", "charD" and "charE". And everyone of these characters have two outfits - "outfitA" and "outfitB". Now I want to change the outfit of currently played character to "outfitB". So the script would be like
changeOutfit("Game.GameCurrentCharacter", "outfitB")
, right?