Lankhmar_PRC8/_module/nss/op_get_plot_itms.nss
Jaysyn904 ebc0c6a9b2 Initial commit
Initial commit [v9.7]
2025-04-03 12:54:47 -04:00

22 lines
385 B
Plaintext

void main()
{
object oPC = GetLastOpenedBy();
// Only fire once.
if ( GetLocalInt(GetModule(), "DO_ONCE__" + GetTag(OBJECT_SELF)) )
return;
SetLocalInt(GetModule(), "DO_ONCE__" + GetTag(OBJECT_SELF), TRUE);
CreateItemOnObject("sociallevel", oPC);
CreateItemOnObject("sociallevel", oPC);
// CreateItemOnObject("sextant", oPC);
// CreateItemOnObject("it_recall001", oPC);
}