posted 03-14- 02:14 PM CT (US) I've some problems with the NPC's. The only thing they do is standing at the same spot.
Wyndo
posted 03-14- 03:06 PM CT (US)
Give them a brain... maybe Brain 16.
SNOWMAN
posted 03-19- 03:58 PM CT (US)
I did
Wyndo
posted 03-21- 03:51 PM CT (US)
Then make sure you set their movement speed to something besides zero.
SNOWMAN
posted 03-22- 08:10 AM CT (US)
I did HELP!!!
redink1
posted 03-22- 05:21 PM CT (US)
Give them this script, which should fix any problems, such as no brain, no speed, and if the sprite is hard.
void main(void) { sp_hard(¤t_sprite,1); draw_hard_map(); sp_brain(¤t_sprite,16); sp_speed(¤t_sprite,1); //change this to your sequence sp_base_walk(¤t_sprite,70); }
SNOWMAN
posted 03-23- 08:10 AM CT (US)
I wil try thanks #
SNOWMAN
posted 03-23- 08:11 AM CT (US)
but how do I make the funny sign that stands for t_sprite
Dukie
posted 03-23- 11:57 AM CT (US)
That's a key on your keyboard