retCode = subprocess.call( "%s -c %s --python-script %s --time-to-teleport -1" % (sumoBinary, sumoConfig, __file__), stdout=sys.stdout) sys.exit(retCode) else: sumoProcess = subprocess.Popen("%s -c %s --time-to-teleport -1" % (sumoBinary, sumoConfig), stdout=sys.stdout) tra...
Spell_scripts spell script Spell_script_target spell script target (skill totem, type=0 corresponds to world object ID or type=1 corresponding creature ID or type=2 for dead creature (killed by human or NPC)) Spell_teleport spell transfer (basically the same as the areatrigger_teleport...