About Store Forum Documentation Contact



Post Reply 
I'm at a total loss...
Author Message
dragonfly3 Offline
Member

Post: #1
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
Visit this user's website Find all posts by this user Quote this message in a reply
Brad_Mclain Offline
Member

Post: #2
RE: I'm at a total loss...
Make sure its type is set to OBJ_PLAYER.
11-24-2010 06:07 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #3
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
Find all posts by this user Quote this message in a reply
dragonfly3 Offline
Member

Post: #4
RE: I'm at a total loss...
ok, I got it working now. I was originally using OBJ_CHR so that's what I used to replace him but it wasn't working. I changed it to OBJ_PLAYER and now it's fixed. I guess that's what I get for working on it 11 hours straight & not giving up when I'm tired lol. Thanks smile
11-24-2010 08:28 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply