I have a hard time getting pressureplates to work, could anybody prime me on what i am doing wrong?
It's Probably just a silly mistake, but i can't seem to get PressurePlates up an running.
Here is the small story script:
[quote]IF
CharacterItemEvent(_Char, ITEMGUID_PresurePlate_ac70c77a-b147-4005-b423-5b10ce7a89d0, "activate")
THEN
DisplayText(_Char, "PressurePlate Activates");
[/quote]
Looking at how they are used in the game, i thought this would work. I haven't gotten much into Scripts outside of Story so i might have misunderstood something.
Thanks for the help ^^