Hello all! I just started creating mods for Divinity, and I want to finish my first one, but I am having a bit of trouble.

I made a script within the script editor (not the story editor) and attached it to the creature I wanted (In this case a bear) so that it would play an animation and disappear after talking to it. I got all of that working. Now I want it to do "CharacterAddSkill" and give the player a skill, but I can't find out how to target the player within the script. I found something about a global "%TargetPlayer", but I tried that and It didn't work. Is there anything I am missing within this?