Areas and Fixes
Added CCOH and missing areas Changed some areas to be craftable, Fixed some on death issues, Fixed the Gaurd
This commit is contained in:
7
_module/nss/_use_bankbox.nss
Normal file
7
_module/nss/_use_bankbox.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = OBJECT_SELF;
|
||||
object oBox = CreateObject(OBJECT_TYPE_PLACEABLE,"bankbox",GetLocation(oPC),FALSE);
|
||||
AssignCommand(oPC,DelayCommand(2.0,ActionInteractObject(oBox)));
|
||||
|
||||
}
|
Reference in New Issue
Block a user