Adds and Changes
Added missing crafting maps, removed unnecessary maps, changed a few miscellaneous things.
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
// set the custom tokens
|
||||
object oPC = GetPCSpeaker();
|
||||
object oTarget = GetLocalObject(oPC, "dmfi_univ_target");
|
||||
|
||||
string sName = GetName(oTarget);
|
||||
SetCustomToken(20680, sName);
|
||||
string sOrigName = GetName(oTarget, TRUE);
|
||||
SetCustomToken(20681, sOrigName);
|
||||
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user