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
Enemy path script issue
MrCookieh Offline
Member

Posts: 157
Threads: 8
Joined: Jul 2011
Reputation: 0
#2
RE: Enemy path script issue

Yours:
void Spawn_Monster(string &in entity)
How it should be:
void Spawn_Monster(string &in asEntity)

you forgot the 'as' in front of the entity, and you put an e instead of an E.

ah, and remove those 'string&', same with the 'float'

The Well: Descent - Take a look at it!
(This post was last modified: 08-05-2011, 10:24 PM by MrCookieh.)
08-05-2011, 10:22 PM
Find


Messages In This Thread
Enemy path script issue - by Synestral - 08-05-2011, 10:10 PM
RE: Enemy path script issue - by MrCookieh - 08-05-2011, 10:22 PM
RE: Enemy path script issue - by Apjjm - 08-05-2011, 10:33 PM



Users browsing this thread: 1 Guest(s)