1 person party script
-
- Posts: 10
- Joined: Fri Sep 14, 2012 4:55 am
1 person party script
I would really enjoy, along with many others, a script to make it so that no matter what, the party is one person.
Re: 1 person party script
Here you go:
Just add this code to a script entity.
Code: Select all
party:getChampion(2):setEnabled(false)
party:getChampion(3):setEnabled(false)
party:getChampion(4):setEnabled(false)
Steven Seagal of gaming industry
Re: 1 person party script
When you're doing a 1 person party, can you also allow making it a multiple class character?
And as for removing: How can you delete entities (items, monsters)?
And as for removing: How can you delete entities (items, monsters)?
Re: 1 person party script
Currently there classes are hardcoded into the game and multiclasses are thus not possible. The best way to delete an item or a monster at the moment is to teleport it away to a secure location in some corner of the map.lowzei wrote:When you're doing a 1 person party, can you also allow making it a multiple class character?
And as for removing: How can you delete entities (items, monsters)?
Steven Seagal of gaming industry
Re: 1 person party script
Hmm, i'm not sure how to do it. For instance i want the player to place a number of certain items on an altar. If he reaches that number i want to remove all the items he put on there and replace them with a reward. Is this currently possible?
Re: 1 person party script
Oh, I see. With alcoves you can't teleport items away so there's no way to remove them from there at the moment. The ability to do so is on our todo list but bugs and more major issues take priority though.lowzei wrote:Hmm, i'm not sure how to do it. For instance i want the player to place a number of certain items on an altar. If he reaches that number i want to remove all the items he put on there and replace them with a reward. Is this currently possible?
Steven Seagal of gaming industry
Re: 1 person party script
Okay, thanks! Answers like this safe a lot of the sadly rather limited time for using the editor.