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
Unlocking Door Script
ClayPigeon Offline
Member

Posts: 214
Threads: 13
Joined: Mar 2012
Reputation: 8
#3
RE: Unlocking Door Script

When pointing a function you should not place a semicolon at the end of the line.

void KeyOnDoor(string &in asItem, string &in asEntity);


This is wrong.

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

This is right.
(This post was last modified: 03-25-2012, 08:38 PM by ClayPigeon.)
03-25-2012, 08:37 PM
Find


Messages In This Thread
Unlocking Door Script - by Zebby - 03-25-2012, 08:32 PM
RE: Unlocking Door Script - by ClayPigeon - 03-25-2012, 08:37 PM
RE: Unlocking Door Script - by Zebby - 03-25-2012, 08:40 PM
RE: Unlocking Door Script SOLVED - by ClayPigeon - 03-25-2012, 08:41 PM



Users browsing this thread: 1 Guest(s)