Author |
Message |
joost1120
Joined: Fri Aug 15, 2008 6:17 pm Posts: 318
|
Buyable problem
I modified a mod so the actor would be buyable... But the problem is, the actor gets loaded, but he isn't buyable.
I can spawn him in the bunker editor, but when I start playing, he isn't in the Buy Menu.
EDIT: He has Buyable = 1
|
Fri Dec 04, 2009 3:54 pm |
|
|
Urch
Joined: Mon Sep 28, 2009 2:15 am Posts: 720 Location: A fucking desert.
|
Re: Buyable problem
Did you say AddToGroup = Actors ?
|
Fri Dec 04, 2009 4:00 pm |
|
|
joost1120
Joined: Fri Aug 15, 2008 6:17 pm Posts: 318
|
Re: Buyable problem
Yes.
|
Fri Dec 04, 2009 4:41 pm |
|
|
Lizardheim
DRL Developer
Joined: Fri May 15, 2009 10:29 am Posts: 4107 Location: Russia
|
Re: Buyable problem
Did you make him a brain?
|
Fri Dec 04, 2009 5:22 pm |
|
|
joost1120
Joined: Fri Aug 15, 2008 6:17 pm Posts: 318
|
Re: Buyable problem
Lizard wrote: Did you make him a brain? I just figured that out... He's a brain... But would it be possible to order one?
|
Fri Dec 04, 2009 5:36 pm |
|
|
Lizardheim
DRL Developer
Joined: Fri May 15, 2009 10:29 am Posts: 4107 Location: Russia
|
Re: Buyable problem
if you spawn it inside or from something buyable it is. Like, adding it to a craft.
|
Fri Dec 04, 2009 6:02 pm |
|
|
joost1120
Joined: Fri Aug 15, 2008 6:17 pm Posts: 318
|
Re: Buyable problem
well, it's an actor. I don't know if you can just put a brain in those guys...
|
Fri Dec 04, 2009 6:32 pm |
|
|
Duh102
happy carebear mom
Joined: Tue Mar 04, 2008 1:40 am Posts: 7096 Location: b8bbd5
|
Re: Buyable problem
Any Actor can be inserted into a craft.
|
Fri Dec 04, 2009 7:03 pm |
|
|
joost1120
Joined: Fri Aug 15, 2008 6:17 pm Posts: 318
|
Re: Buyable problem
Oh, I need to make some drop crate or something that spawns it? and, how would I make such thing?
|
Fri Dec 04, 2009 8:00 pm |
|
|
Duh102
happy carebear mom
Joined: Tue Mar 04, 2008 1:40 am Posts: 7096 Location: b8bbd5
|
Re: Buyable problem
Just make a copy of the drop box in dummy.rte and put AddInventory = AHuman(newline tab)CopyOf = YourActor
|
Fri Dec 04, 2009 8:08 pm |
|
|
joost1120
Joined: Fri Aug 15, 2008 6:17 pm Posts: 318
|
Re: Buyable problem
Thanks Duh102, you're always very helpful. I got it working now.
Edit: Lizard, you were helpful too.
|
Sat Dec 05, 2009 12:40 am |
|
|
|