Is this possible? I really don't want to force people to play as a freaking Ugnaught in my Star Wars TC.

http://www.starwars.com/databank/species/ugnaught/
Thankx again, sorry to be a pain.
Moderator: Graf Zahl
Code: Select all
[scripts]
script 1
{
if (!checkinventory(0, "QuestItem1",1))
{
giveinventory(0, "QuestItem1");
runcommand("viewheight 32");
}
}
startscript(1);