Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HPS and extra_english.lang not working
Neelke Offline
Senior Member

Posts: 668
Threads: 82
Joined: Apr 2013
Reputation: 26
#2
RE: HPS and extra_english.lang not working

void UsedKeyOnDoor()

The () cannot be empty in this scenario. It needs a few extra things:

void UsedKeyOnDoor(string &in asItem, string &in asEntity)

asItem = the main item used on the object (in this case the key)
asEntity = the main object the item is being used on (in this case the door)

Derp.
03-11-2015, 06:43 PM
Find


Messages In This Thread
RE: HPS and extra_english.lang not working - by Neelke - 03-11-2015, 06:43 PM



Users browsing this thread: 1 Guest(s)