Jump to content

FatsackTony1

Members
  • Posts

    56
  • Joined

  • Last visited

Everything posted by FatsackTony1

  1. in the line Event OnWorkshopObjectDestroyed(ObjectReference BaskeballHoop01NoPole) That is an output variable name, not the place for an input. It's telling you what parameters the function is passing to you and what data type they are. take out baskeballhoop01nopole and replace it with what it should be from the ck wiki. it should be something like akTarget or something than add a property at the top of the script like: ObjectReference Property basketballhoop Auto and then within the event do if (basketballhoop == akTarget) ***or whatever the handle is from the ck*** do code stuff here endif then in the ck or fo4 make the property the form id of the baskeballhoop01 thing you want to add. You need to use properties to communicate forms to papyrus.
×
×
  • Create New...