Crewmate making help

Started by TheRealGDColon, January 04, 2017, 02:55:00 AM

Previous topic - Next topic

TheRealGDColon

I need help making a script to make the following crewmate:

> Color is orange
> Does NOT follow player
> Sad
> FACING RIGHT
> Can not be rescued

Also, would there be a way to make it work with the simple Say command?
Using internal scripting for that is a pain in the :viridian:

Thanks :)

moth 🦋


QwertymanO07

In fact, that would be impossible even with IS, since you would need a createentity() crewmate, which can only face left.


CreepiX

Doesn't createcrewman() support diffferent colors?

TheRealGDColon

Quote from: CreepiX on January 04, 2017, 03:20:10 PM
Doesn't createcrewman() support diffferent colors?

Only grey, as far as I can tell.

WoodStuff

i have the same problem, i just want to summon verdigris in 14,0 in room 1,1, facing left and sad, cannot be rescued and after summoned, viridian and verdigris talk together, cannot figure out how to do it

moth 🦋

Quote from: WoodStuff on March 11, 2017, 10:26:39 AM
i have the same problem, i just want to summon verdigris in 14,0 in room 1,1, facing left and sad, cannot be rescued and after summoned, viridian and verdigris talk together, cannot figure out how to do it
no you don't you have a way easier problem, he's talking about createentity while you're talking about createcrewman
I'm a little too tired to help rn but help is on the way

AlexINF

Quote from: TheRealGDColon on January 04, 2017, 03:22:23 PM
Quote from: CreepiX on January 04, 2017, 03:20:10 PM
Doesn't createcrewman() support diffferent colors?

Only grey, as far as I can tell.
? No, it does support all colors. Though, I don't know if it supports orange, but I know it supports  :viridian: :victoria: :vermillion: :vitellary: :violet: :verdigris: , the grey one, and some other more

lol...ipops2

Quote from: AlexINF on March 12, 2017, 10:53:48 AM
Quote from: TheRealGDColon on January 04, 2017, 03:22:23 PM
Quote from: CreepiX on January 04, 2017, 03:20:10 PM
Doesn't createcrewman() support diffferent colors?

Only grey, as far as I can tell.
? No, it does support all colors. Though, I don't know if it supports orange, but I know it supports  :viridian: :victoria: :vermillion: :vitellary: :violet: :verdigris: , the grey one, and some other more
Createcrewman only supports the crew I think, and glitching it can make grey.

weee50

You can create a sad orange nonrescuable crewmate using createentity(x,y,18,[2, 7 or 36],1). I'm not sure about making it face right.

lol...ipops2

Quote from: weee50 on July 22, 1971, 11:57:00 AM
You can create a sad orange nonrescuable crewmate using createentity(x,y,18,[2, 7 or 36],1). I'm not sure about making it face right.
Custom tiles are an exist.

QwertymanO07

You're right, custom tiles are just an exit.

moth 🦋

Quote from: QwertymanO07 on March 24, 2017, 10:27:12 PM
You're right, custom tiles are just an exit.
i think you misread his post

weee50

What do you mean by "custom tiles"? Do you mean modifying sprites.png, because then the face direction of all crewmates will have to change.