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
Simple Scripting Problem
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#3
RE: Simple Scripting Problem

The only problem I see it's that triggerlook function is structured as if you were going to use it for a timer, but still you declare a callback for it.

Plus, you misspelled string&in, that could rise an error.

PHP Code: (Select All)
AddEntityCollideCallback("Player""SoundArea""triggerlook"true1); 

PHP Code: (Select All)
triggerlook(string&in asTimer

edit: And what he said above. xD

(This post was last modified: 03-13-2014, 12:55 AM by Daemian.)
03-13-2014, 12:53 AM
Find


Messages In This Thread
Simple Scripting Problem - by physcostealth - 03-13-2014, 12:12 AM
RE: Simple Scripting Problem - by Mudbill - 03-13-2014, 12:47 AM
RE: Simple Scripting Problem - by Daemian - 03-13-2014, 12:53 AM
RE: Simple Scripting Problem - by physcostealth - 03-13-2014, 01:05 AM
RE: Simple Scripting Problem - by Mudbill - 03-13-2014, 05:19 PM
RE: Simple Scripting Problem - by DnALANGE - 03-14-2014, 02:03 AM



Users browsing this thread: 1 Guest(s)