added craft files

had to add some missing uo abigail uti files
This commit is contained in:
2024-08-02 15:20:14 -04:00
parent 39c4209733
commit b02cd13fa4
6 changed files with 1 additions and 118 deletions

View File

@@ -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);