Major update
Fixed CCOH, Fixed starting GP, Fixed DMFI languages, Fix cep weapon appearances, Fixed new player start up system. Added PC deleter. Added ACP 4.1. Full compile. Updated release archive.
This commit is contained in:
@@ -9,7 +9,9 @@ CreateObject(iType, sResRef, lLoc);
|
||||
|
||||
void main()
|
||||
{
|
||||
string sResRef = GetResRef(OBJECT_SELF);
|
||||
ExecuteScript("prc_npc_death", OBJECT_SELF);
|
||||
|
||||
string sResRef = GetResRef(OBJECT_SELF);
|
||||
int iType = GetObjectType(OBJECT_SELF);
|
||||
// For creatures, save the location at spawn-time as a local location and
|
||||
// use it instead. Otherwise, the creature will respawn where it died.
|
||||
|
Reference in New Issue
Block a user