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
Fatal error help please
TheDavenia Offline
Member

Posts: 223
Threads: 38
Joined: Jun 2011
Reputation: 0
#7
RE: Fatal error help please

(06-29-2011, 12:15 AM)Kyle Wrote: Whoops. I didn't look at your full script until now in comparison with the other chunk you gave me. Try this:

void Spawn_Monster(string &in asParent, string &in asChild, int alState)
{
SetEntityActive("Korven", true);
ShowEnemyPlayerPosition("Korven");
SetMessage("Korv", "Korv2", 5.0f);
GiveSanityDamage(9.0f, true);
StartPlayerLookAt("Korven", 10, 50, "");
AddTimer("", 1.0f, "TimerStopPlayerLookAtKorven");
}

void TimerStopPlayerLookAtKorven(string &in asTimer)
{
StopPlayerLookAt();
}

Nope still nothing Confused
everything works except for the text

Current Project: Nightmare's End(Project Director, Scripter, boss >:D)
(This post was last modified: 06-29-2011, 12:21 AM by TheDavenia.)
06-29-2011, 12:18 AM
Find


Messages In This Thread
Fatal error help please - by TheDavenia - 06-28-2011, 10:05 PM
RE: Fatal error help please - by Kyle - 06-28-2011, 11:10 PM
RE: Fatal error help please - by TheDavenia - 06-28-2011, 11:19 PM
RE: Fatal error help please - by Kyle - 06-28-2011, 11:33 PM
RE: Fatal error help please - by TheDavenia - 06-28-2011, 11:40 PM
RE: Fatal error help please - by Kyle - 06-29-2011, 12:15 AM
RE: Fatal error help please - by TheDavenia - 06-29-2011, 12:18 AM
RE: Fatal error help please - by Kyle - 06-29-2011, 12:29 AM
RE: Fatal error help please - by TheDavenia - 06-29-2011, 12:32 AM
RE: Fatal error help please - by Fnoigy - 06-29-2011, 12:22 PM
RE: Fatal error help please - by Kyle - 06-29-2011, 01:56 PM



Users browsing this thread: 1 Guest(s)