Okay, so.. I'm working on a RPG, and I wanted to make an action definition that I could use to make my life easier so that I didn't have to constantly make 5-20 different set variables for all my inits and changes. So I was messing around with it and came out with this little line of action definitions. -Note: This was defined in the library.-
Then, I used this action definition to make a trigger and put the action in there... - Note: In normal triggers -
So I think I've got everything at least set to something that would be usable... yet I always end up with this error..
S'what I'm trying to figure out, as it was the editor that put it there, since everything I did was in the trigger editor... No custom scripts or anything..
Might it be because I copy-pasted the original "Set Variable" action for my "Set Monster" action, even though I deselected the Operator option? I'll try remaking the action from scratch and see if that helps at all.
Figured it out... The problem was because I took out the Operator option on the primary action, which apparently negated everything I was trying to do. Don't know why I didn't think of that to begin with...
Okay, so.. I'm working on a RPG, and I wanted to make an action definition that I could use to make my life easier so that I didn't have to constantly make 5-20 different set variables for all my inits and changes. So I was messing around with it and came out with this little line of action definitions. -Note: This was defined in the library.-
Then, I used this action definition to make a trigger and put the action in there... - Note: In normal triggers -
So I think I've got everything at least set to something that would be usable... yet I always end up with this error..
1 Syntax Error 130 Generated
Any idea what I'm doing wrong here? Help would be appreciated, thanks. ^_^;
EDIT1: fixed broken link
EDIT2: Also, I did a lot of copy-pasta, which is why a lot of the comments look the same in the trigger editor.
The editor cannot parse a random "=".. What is it there for?
@obliviron: Go
S'what I'm trying to figure out, as it was the editor that put it there, since everything I did was in the trigger editor... No custom scripts or anything..
Might it be because I copy-pasted the original "Set Variable" action for my "Set Monster" action, even though I deselected the Operator option? I'll try remaking the action from scratch and see if that helps at all.
Figured it out... The problem was because I took out the Operator option on the primary action, which apparently negated everything I was trying to do. Don't know why I didn't think of that to begin with...
Thanks for the attempted assistance anyway! ^_^;