Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
13
_module/nss/hcrh_setgivelvl.nss
Normal file
13
_module/nss/hcrh_setgivelvl.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
#include "hc_inc_helper"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oDM=OBJECT_SELF;
|
||||
object oImp;
|
||||
oImp=CreateObject(OBJECT_TYPE_CREATURE, "worldmaker", GetLocation(oDM), TRUE);
|
||||
SetLocalObject(oImp, "Customer", oDM);
|
||||
SetLocalString(oImp, "ADJUST", "GIVELEVEL");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user