Log in

View Full Version : [Programming] combat tracker link list



pr6i6e6st
March 16th, 2020, 21:04
Hey again! Small question.

How do I link a windowlist to the combat tracker in the ct_entry.lua?

It’s not a “number”, and it’s not a “string”, and not a “list”. Is it possible to link it without adding a “list” type somewhere?

I want a players list of critical injuries to show up in the conditions section of my Alien RPG combat tracker. Doing this for NPC’s of course doesn’t require the ct_entry.lua link of course.

Thanks in advance

Moon Wizard
March 16th, 2020, 21:18
You would still need to have that information tracked in the CT record somewhere. I would personally probably add as a simple text string to start; and move on to icons later. You can look at the player CT targeting and effects strings in CoreRPG for an idea of what I mean by simple text string.

Regards,
JPG