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 New Editor looking for help.
Khyrpa Offline
Senior Member

Posts: 638
Threads: 10
Joined: Apr 2011
Reputation: 24
#2
RE: New Editor looking for help.

1. Adding string &in asParent, string &in asChild, int alState after your collide callback functions (I'm bad with these terms) should do the trick. Like this:

void CollideForestArea(string &in asParent, string &in asChild, int alState)

I can't explain it well, but when calling the thing that happens after the collide. When using CollideCallback, you need that stuff (Callback syntax?) behind your function (the void thing)

2. Same thing:
void CollideForest(string &in asParent, string &in asChild, int alState)


edit. btw your code seems to be pretty mess, is it just because of copying or aren't you using similar program to notepad++ for editing text?

(This post was last modified: 10-21-2011, 11:46 PM by Khyrpa.)
10-21-2011, 11:43 PM
Find


Messages In This Thread
New Editor looking for help. - by Chaosturn - 10-21-2011, 11:17 PM
RE: New Editor looking for help. - by Khyrpa - 10-21-2011, 11:43 PM
RE: New Editor looking for help. - by Chaosturn - 10-22-2011, 12:10 AM
RE: New Editor looking for help. - by nemesis567 - 10-21-2011, 11:49 PM
RE: New Editor looking for help. - by Khyrpa - 10-22-2011, 01:45 AM
RE: New Editor looking for help. - by Chaosturn - 10-22-2011, 11:52 AM



Users browsing this thread: 1 Guest(s)