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
Script Help Custom story error that I can't solve!?
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#3
RE: Custom story error that I can't solve!?

As Daortir said earlyer ;
Just to make it a little easyer, here is how it should look like :
Quote:void AddEntityCollideCallback("Handle", "AreaConnect", "AttachLever", true, 1);
{
}
---
BUT you might use it here :
Quote:void OnStart()
{
AddEntityCollideCallback("Handle", "AreaConnect", "AttachLever", true, 1);
}
(This post was last modified: 01-31-2014, 03:02 AM by DnALANGE.)
01-31-2014, 02:58 AM
Find


Messages In This Thread
RE: Custom story error that I can't solve!? - by DnALANGE - 01-31-2014, 02:58 AM



Users browsing this thread: 1 Guest(s)