Posted by CogKing on March 14, 1998 at 19:03:58:
In Reply to: Start-of-level COG problems... posted by Executor2 on March 14, 1998 at 12:43:06:
[snip]
> CreateThingAtPos(created, transport);
> return;
> end
> -------------
> So, what's wrong? the CreateThingAtPos() is what i need help on, if you
> didn't notice :) Thanks for any help you can give me.
From the Specs :
CreateThingatPos() Control
Create a thing at specified position
Use: CreateThingatPos(thing template,sector,thing position,pyr);
pyr = pitch ,roll,yaw (vector)
That is 4 parameters... how do you expect it to work with 2 ?
-CogKing