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
Custom Story script error
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#2
RE: Custom Story script error

here is what you have added ;

Wrong : void Wake(string &in asTimer);
-
GOOD : void Wake(string &in asTimer)

The ; must NOT go there.
---
AND,
PHP Code: (Select All)
MovePlayerHeadPos(1.5,0,0.5,30,0.); 

The last 0.
Make that something like 0.1 0.2 0.3 or something..
---
Here is an example from me :
PHP Code: (Select All)
MovePlayerHeadPos(0, -1.50.0f1.0f0.1f); 
(This post was last modified: 03-28-2014, 07:54 PM by DnALANGE.)
03-28-2014, 07:46 PM
Find


Messages In This Thread
Custom Story script error - by MaksoPL - 03-28-2014, 07:29 PM
RE: Custom Story script error - by DnALANGE - 03-28-2014, 07:46 PM
RE: Custom Story script error - by MaksoPL - 03-28-2014, 08:31 PM



Users browsing this thread: 1 Guest(s)