Hi,
How do I make a simple supermarket system? Npc spawns walks in. Chooses a random product, walks to cashier and checks out and leaves.
Where do I begin with this?
Hi,
How do I make a simple supermarket system? Npc spawns walks in. Chooses a random product, walks to cashier and checks out and leaves.
Where do I begin with this?
Pre-made NPC walk orientation, this means (npc Moving to random point A or B or C) (basic)
after reaching any (Point ABC), now this really depends, you could just do some function where after reaching the first point (A), he would do some animation or pick it up
–methods:
Walk to A, B and after reaching C , Pick up item
Walk B, A and after reaching C, pick up item
Walk C, and pick up item
Etc
this is totally random, that’s why this must have a lot of variations ( or not) really depends
3x. after picking up the item, just do some instant action where the npc can check others points, or just walk to the cashier, pay for it, and then he could leave or roam around again