Hello. Just as the title says, if the trigger doesn't have a label,
GetTriggerWildcard returns None. Lua scripts don't have such a problem, while Python ones do. Any way to make it work without labelling all the triggers?
P.S. I think it's more suited for the General section. Please move, if I'm wrong.
def trigger_proc(name, line, wildcards):
world.GetTriggerWildcard(name, '1')
GetTriggerWildcard returns None. Lua scripts don't have such a problem, while Python ones do. Any way to make it work without labelling all the triggers?
P.S. I think it's more suited for the General section. Please move, if I'm wrong.