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
Gandalf's scripting questions thread
Pandemoneus Offline
Senior Member

Posts: 328
Threads: 2
Joined: Sep 2010
Reputation: 0
#10
RE: Gandalf's scripting questions thread

Yeah, because the last parameter is not correct.

Check the script functions: http://wiki.frictionalgames.com/hpl2/amn..._functions

void  AddPropImpulse(string& asName, float afX, float afY, float afZ, string& asCoordSystem);

That means you need a string, float, float, float, string.
But you got a boolean at the end instead of a string.

03-05-2011, 05:34 PM
Find


Messages In This Thread
RE: Gandalf's scripting questions thread - by Pandemoneus - 03-05-2011, 05:34 PM



Users browsing this thread: 1 Guest(s)