Spawn_agent issue, propably a BUG? [Warband]

Users who are viewing this thread

Tul

Knight
Spawn_agent was working very well in 1.011 but it seems that something has broken in Warband. Every spawned agent has the same ugly face: http://img85.imageshack.us/img85/1265/23616487.jpg
It doesn't matter if it's male, female or a custom skin, it's always treated as a male with broken face keys.
Just try that code:
Code:
(0, 0, 0,
 [],
 [
	(key_clicked, key_numpad_0),
	(get_player_agent_no, reg0),
	(agent_get_position, pos0, reg0),
	(set_spawn_position, pos0),
	(spawn_agent, "trp_kingdom_6_lady_6"),
]),
Spawn_agent is useless until it get fixed. But maybe I'm just missing something.
 
Back
Top Bottom