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
Need help with scripting!
ferryadams10 Offline
Senior Member

Posts: 288
Threads: 40
Joined: Apr 2011
Reputation: 19
#4
RE: Need help with scripting!

these once aren't announced with a special function.

When should they use them.

Most likely it'll have to be connected with AddEntityCollideCallback or AddUseItemCallback but now the game doesn't know WHEN to use those things so I think you'll have to place those two scripts (without the brackets "{}") into void OnStart()



PHP Code: (Select All)

AddEntityCollideCallback("Player""NoOil""Collide_Area"true1);
}

{
AddEntityCollideCallback("Player""NoOil""Collide_Area"true1);



Got a nice sofa
Please come and have a seat for a while

(This post was last modified: 12-28-2011, 10:08 AM by ferryadams10.)
12-28-2011, 10:07 AM
Find


Messages In This Thread
Need help with scripting! - by Zaapeer - 12-27-2011, 07:56 PM
RE: Need help with scripting! - by Your Computer - 12-27-2011, 09:25 PM
RE: Need help with scripting! - by Zaapeer - 12-28-2011, 09:53 AM
RE: Need help with scripting! - by ferryadams10 - 12-28-2011, 10:07 AM
RE: Need help with scripting! - by Zaapeer - 12-28-2011, 11:42 AM
RE: Need help with scripting! - by flamez3 - 12-28-2011, 02:31 PM
RE: Need help with scripting! - by Tripication - 12-28-2011, 11:47 AM
RE: Need help with scripting! - by Zaapeer - 12-28-2011, 12:07 PM
RE: Need help with scripting! - by ferryadams10 - 12-28-2011, 02:47 PM
RE: Need help with scripting! - by SilentStriker - 12-28-2011, 02:53 PM
RE: Need help with scripting! - by ferryadams10 - 12-28-2011, 03:04 PM
RE: Need help with scripting! - by SilentStriker - 12-28-2011, 03:24 PM
RE: Need help with scripting! - by flamez3 - 12-28-2011, 03:05 PM
RE: Need help with scripting! - by Zaapeer - 12-28-2011, 03:19 PM



Users browsing this thread: 1 Guest(s)