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


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is wrong with this script! *Different script problem*
Apjjm Offline
Is easy to say

Posts: 496
Threads: 18
Joined: Apr 2011
Reputation: 52
#2
RE: What is wrong with this script!

AddEntityCollideCallback{"Player" , "ScriptArea_2" , "MonsterFunc1" , true , 1};

void StartPlayerLookAt(ScriptArea_3, 50, 40, onlook);
Those two lines are not inside a function. The latter line, unless defining a function should not be preceded by the void keyword. Additionally there are two identical (in signature) functions called "MonsterFunc1" with the same signature, this is ambiguous and will also make the compiler throw an error.
(This post was last modified: 05-07-2011, 01:23 AM by Apjjm.)
05-07-2011, 01:22 AM
Find


Messages In This Thread
RE: What is wrong with this script! - by Apjjm - 05-07-2011, 01:22 AM
RE: What is wrong with this script! - by flamez3 - 05-07-2011, 01:27 AM
RE: What is wrong with this script! - by Apjjm - 05-07-2011, 01:33 AM
RE: What is wrong with this script! - by flamez3 - 05-07-2011, 01:41 AM
RE: What is wrong with this script! - by Apjjm - 05-07-2011, 01:53 AM
RE: What is wrong with this script! - by flamez3 - 05-07-2011, 02:00 AM
RE: What is wrong with this script! - by Apjjm - 05-07-2011, 02:08 AM
RE: What is wrong with this script! - by flamez3 - 05-07-2011, 02:21 AM
RE: What is wrong with this script! - by Apjjm - 05-07-2011, 02:29 AM
RE: What is wrong with this script! - by flamez3 - 05-07-2011, 02:31 AM
RE: What is wrong with this script! - by Apjjm - 05-07-2011, 02:38 AM



Users browsing this thread: 1 Guest(s)