Lankhmar_PRC8/_module/nss/op_get_plot_itms.nss

22 lines
385 B
Plaintext
Raw Normal View History

2025-04-03 12:54:47 -04:00
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);
}