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
Help! Script error!!
UnseenLegend ( NL ) Offline
Member

Posts: 171
Threads: 10
Joined: Sep 2011
Reputation: 12
#2
RE: Help! Script error!!

PHP Code: (Select All)
void ChaseSequence(string &in asTimer)
{
AddLocalVarInt("iIntroPart"1);
float partSpeed 1.5f;
switch (
GetLocalVarInt("iIntroPart"))
{ <-- 
you placed it the wrong way ''}''
PHP Code: (Select All)
if (GetLocalVarInt("iIntroPart") <3)
{
AddTimer("tmrChase"partSpeed"ChaseSequence");
}
}<-- 

When you add script functions, without using it. The error wont show what the problem is. sometime...

[Image: read-image.asp?n=n-20121202110321-m.jpg&r=8]
(This post was last modified: 03-10-2012, 10:21 PM by UnseenLegend ( NL ).)
03-10-2012, 10:09 PM
Find


Messages In This Thread
Help! Script error!! - by xxR3LoaD3dxx - 03-10-2012, 07:39 PM
RE: Help! Script error!! - by UnseenLegend ( NL ) - 03-10-2012, 10:09 PM
RE: Help! Script error!! - by xxR3LoaD3dxx - 03-10-2012, 11:52 PM
RE: Help! Script error!! - by Apjjm - 03-10-2012, 11:07 PM
RE: Help! Script error!! - by UnseenLegend ( NL ) - 03-11-2012, 02:06 PM
RE: Help! Script error!! - by Apjjm - 03-11-2012, 03:10 PM



Users browsing this thread: 1 Guest(s)