Anybody knows how to use createcrewman(x,y,colour,mood,direction)?
Please. I need your help 
Assuming you know how to use internal scripting (I don't know if you do, but there's an explanation at the end of the second post in this thread):
x,y = position.
colour = cyan, red, yellow, green, blue or purple
mood = 0 for happy, 1 for sad
direction = faceleft or faceright (or faceplayer to automatically face Viridian, and you can even use followplayer to follow Viridian)
So for example:
createcrewman(50,60,red,0,faceright)
createcrewman(120,67,blue,1,faceplayer)
Hope that helps
