Jump to content

A little scripting issue


Pondaman

Recommended Posts

I just can't get this script to work as I want it to.

It is ment for the player to gain a perk when the player picks up an item.

 

scn PDB01SCRIPT

BEGIN OnAdd player
AddPerk ChildAtHeart
ShowMessage PDMON01
END

BEGIN OnDrop player
RemovePerk ChildAtHeart
ShowMessage PDMOFF01
END

 

The message displais as it should, both on and off, but the AddPerk and RemovePerk lines doesn't do anything.

 

As far as I can tell that is. Does anyone know what's wrong?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...