To Life Immortal
Hello I created a script which will disable triggers so I can take stuff out of my pack.
<alias
match="g *"
enabled="y"
echo_alias="y"
send_to="12"
sequence="100"
>
<send>world.EnableTriggerGroup "antitheft", 0
world.send "get %1 from pack"
world.DoAfterNote 5, "enable triggers"
world.EnableTriggerGroup "antitheft", 1
</send>
</alias>
when run, the note "enable triggers comes up and the trigger group is not disabled.
g journal
get journal from pack
You take a personal journal from a canvas backpack.
put journal in pack
1410h, 1848m, 5950e, 7300w ex-You put a personal journal into a canvas backpack.
1410h, 1848m, 5950e, 7300w ex-
enable triggers
I cant get my journal to stay out to write in it. How do I make the script execute in the order which I have written it?
Thanks in Advance
Babochka
Hello I created a script which will disable triggers so I can take stuff out of my pack.
<alias
match="g *"
enabled="y"
echo_alias="y"
send_to="12"
sequence="100"
>
<send>world.EnableTriggerGroup "antitheft", 0
world.send "get %1 from pack"
world.DoAfterNote 5, "enable triggers"
world.EnableTriggerGroup "antitheft", 1
</send>
</alias>
when run, the note "enable triggers comes up and the trigger group is not disabled.
g journal
get journal from pack
You take a personal journal from a canvas backpack.
put journal in pack
1410h, 1848m, 5950e, 7300w ex-You put a personal journal into a canvas backpack.
1410h, 1848m, 5950e, 7300w ex-
enable triggers
I cant get my journal to stay out to write in it. How do I make the script execute in the order which I have written it?
Thanks in Advance
Babochka