- Sep 26, 2018
- 3,131
- 3,195
Just a small problem
the lbt="" part it's not call the proper label it always call the last label storeclerks_closing_talk even though I set the time to 9 am I wonder if I can change the lbt to call
the lbt="" part it's not call the proper label it always call the last label storeclerks_closing_talk even though I set the time to 9 am I wonder if I can change the lbt to call
Python:
#storeclerk
$ NPCS.append(NPC("storeclerk", "store", 9, lbt="storeclerk_talk"))
$ NPCS.append(NPC("storeclerk", "store", 10, lbt="storeclerk_talk"))
$ NPCS.append(NPC("storeclerk", "store", 11, lbt="storeclerk_talk"))
$ NPCS.append(NPC("storeclerk", "store", 12, lbt="storeclerk_talk"))
$ NPCS.append(NPC("storeclerk", "store", 13, lbt="storeclerk_talk"))
$ NPCS.append(NPC("storeclerk", "store", 14, lbt="storeclerk_talk"))
$ NPCS.append(NPC("storeclerk", "store", 15, lbt="storeclerk_talk"))
$ NPCS.append(NPC("storeclerk", "store", 16, lbt="storeclerk_talk"))
$ NPCS.append(NPC("storeclerk", "store", 17, lbt="storeclerk_talk"))
$ NPCS.append(NPC("storeclerk", "store", 18, lbt="storeclerk_talk"))
$ NPCS.append(NPC("storeclerk", "store", 19, lbt="storeclerk_talk"))
$ NPCS.append(NPC("storeclerk", "store", 20, lbt="storeclerk_talk"))
$ NPCS.append(NPC("storeclerk", "store", 21, lbt="storeclerks_closing_talk")