Log in

View Full Version : Using select_character?



SigniferOne
08-27-2007, 19:34
Has anyone had success with using select_character command? It seems to set off fine, there is no error message, but it doesn't select the character (or any other character). Just in case for those who'd say I'm not triggering it properly, I also have a select_character with quotes, e.g. select_character "Appius", and it logs the error message saying there's no such character "Appius'. So the earlier command, select_character Appius, clearly is set off, but it just doesn't do it's intended task.

alpaca
08-28-2007, 11:59
Works fine for me:


monitor_event ButtonPressed TrueCondition
select_character Beltramino Cristina
end_monitor
Make sure you have the right faction

SigniferOne
08-28-2007, 20:12
I figured out what the problem was: if you select a character, then kill him, and create him again, you must unselect first, before selecting him again. It's always sneaky problems like this, that get you without a warning.