Jump to content

Question about a short script


Recommended Posts

hi ,

i created a misc item and attached this script to it:

Scriptname DCF_SchematicSupplyCrateNotification extends ObjectReference
	
Event OnActivate(ObjectReference akActionRef)
  Debug.notification("You are now able to build a Supply Crate.")
endEvent

so when you pick it up in-game you get a notification that's what i want so it's working but the problem now is that

the notification shows up every time i pick it up it has to show only the first time. How can i fix that somebody any idea?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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