Noel said:
hey is ther a way to delay the execution of the ti_on_wappon_attack trigger ?
maby with a loop and when yes how would be the code for such a loop?
Set a slot on the agent within the trigger, in a separate mission template trigger check for that slot.
del said:
I'm trying to make a code for the sneak into town for my warsword conquest mod as some of my races are different size so need a different outfit for each race to be set to replace the pilgrim disguise.
You can do this in a number of ways - either add vertex animation to the pilgrim disguise so it will scale with the race, or override the default mission template item overrides, or create new mission entries point references with different disguises for each race. With more complex scenes and different player entry points you'll need multiple definitions though.