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
#6
RE: Custom story error that I can't solve!?

{
wakeUp();
}

There is no function there?
void ??? HERE must be a function like :
Quote:void monsterwalky(string &in asItem, string &in asEntity) // or whatever you want.
{
wakeUp();
}

Remove the
Quote:{
wakeUp();
}
and just place : wakeUp(); in OnStart()
(This post was last modified: 01-31-2014, 03:10 PM by DnALANGE.)
01-31-2014, 03:09 PM
Find


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



Users browsing this thread: 1 Guest(s)