Page 1 of 1

Trainer winCommands and loseCommands usage?

PostPosted: 25 Mar 2015 14:23
by Jond22
In the first beta for Pixelmon 4.0, I was using the /entitydata command to gather some info on trainers, and then spawn them elsewhere using /summon pixelmon.Trainer. One of the tags I found while looking at a trainer's data tags were:

Commands:{winCommands:[],loseCommands:[],}

I was wondering if anyone had experience in using these, as it would be really really helpful for some adventure map ideas I have in mind.

I've tried versions like the ones below, but none seem to work. Any ideas?

Commands:{winCommands:[{Command:"say WIN"}],loseCommands:[{Command:"say LOSE"}],
Commands:{winCommands:[{"say WIN"}],loseCommands:[{"say LOSE"}],
Commands:{winCommands:[{"/say WIN"}],loseCommands:[{"/say LOSE"}],
Commands:{winCommands:[{/say WIN}],loseCommands:[{/say LOSE}],