dragonfly3
Member
|
I'm at a total loss...
So I had a warrior guy in my world that I used to run around and test play. I have no clue how I did it but somehow I must have deleted him because he disappeared (I had placed an object near him and deleted it so I may have accidentally deleted the warrior guy, too). I've tried several times to put him back but no matter what I do he won't work to run around and test play. Does anyone know what I'm doing wrong? I put him in there the same way I put the first one in. I'm at a loss.
|
|
11-24-2010 05:39 AM |
|
Brad_Mclain
Member
|
RE: I'm at a total loss...
Make sure its type is set to OBJ_PLAYER.
|
|
11-24-2010 06:07 AM |
|
Zervox
Member
|
RE: I'm at a total loss...
Make sure its set to OBJ_ matching what you have in your init() regarding set(OBJ_, players)
if using set (OBJ_PLAYER, Players) then in WE the object is type OBJ_PLAYER
if using set (OBJ_CHR,Players) then set in WE the object is type OBJ_CHR
Tutorials usually also uses
if using set (OBJ_PLAYER, Chrs) then in WE the object is type OBJ_PLAYER
if using set (OBJ_CHR,Chrs) then set in WE the object is type OBJ_CHR
(This post was last modified: 11-24-2010 06:15 AM by Zervox.)
|
|
11-24-2010 06:14 AM |
|