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 FATAL ERROR: Could not load script file
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#20
RE: FATAL ERROR: Could not load script file

A similar thing can be done there. If you want multiple similar collision events, you can use

PHP Code: (Select All)
for(int i 050i++) AddEntityCollideCallback("Player""Area_" i"Function"true1); 

That will make them all run the same function callback as well. You can then reference asParent or asChild, if you want events to happen at those areas respectively.

10-08-2015, 09:53 PM
Find


Messages In This Thread
RE: FATAL ERROR: Could not load script file - by Mudbill - 10-08-2015, 09:53 PM



Users browsing this thread: 3 Guest(s)