added craft files
had to add some missing uo abigail uti files
This commit is contained in:
@@ -3,15 +3,8 @@
|
||||
void main()
|
||||
{
|
||||
object oMod = GetModule();
|
||||
|
||||
ExecuteScript("_cb_client_enter", oMod);
|
||||
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
//:: Add PRC8 journal entries
|
||||
AddJournalQuestEntry("JRNL_XPCHART", 1, oPC, FALSE, FALSE, FALSE);
|
||||
AddJournalQuestEntry("JRNL_LA_BUYOFF", 1, oPC, FALSE, FALSE, FALSE);
|
||||
|
||||
if(GetIsPC(oPC)&& GetIsObjectValid(oPC))
|
||||
{
|
||||
SirElrics_SimplePlayerSetUp(oPC);
|
||||
|
Reference in New Issue
Block a user