any help you could give would be helpful i cant seem to get this to work i keep getting this error
____________________________________________________________
Execution of line 2 column 113
Immediate execution
Expected end of statement
____________________________________________________________
<aliases>
<alias
match="^(add trigger(s|)|addtrigger(s|))$"
enabled="y"
regexp="y"
send_to="12"
sequence="100"
>
<send>world.addtrigger ""&getvariable ("asv1")&"3", ""&getvariable ("asv4")&"", "world.enabletrigger \""&getvariable ("asv1")&"1", 1", 1, -1, 0, " ", " ", 12, 100
I don't understand what you are trying to do here. For example:
""&getvariable ("asv4")&""
This is concatenating an empty string with the contents of variable asv4 and then adding another empty string to the end. Why are you doing this? Why not just say:
You are not consistent with your use of world.something. The "world." part is not required, so either use it everywhere, or nowhere. Using it partly is confusing.
For example you use world.addtrigger but not world.getvariable .
ok my only question is this why does this function
addtriggerex ""&getvariable ("asv1")&"3", ""&getvariable ("asv4")&"", "enabletrigger &quot;"&getvariable("asv")&"1&quot;, 1", 1, -1, 0, "", "", 12, 100
create this trigger?
<triggers>
<trigger
enabled="y"
match="The gold in your pocket disappears."
name="detg3"
send_to="12"
sequence="100"
variable="detg3"
>
<send>enabletrigger &quot;1&quot;, 1</send>
</trigger>
</triggers>
____________________________________________________________
and now for some reason my scripting is disabled and in can't turn it back on i keep getting the same error msg
Script error
World: aardwolf
Execution of line 1 column 1
Immediate execution
Expected statement
Line in error:
<?xml version="1.0" encoding="UTF-8"?>