WoR_PRC8/_module/nss/rude_alora001.nss

15 lines
483 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
//::///////////////////////////////////////////////
//:: FileName rude_alora001
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 13/10/2004 9:54:08 PM
//:://////////////////////////////////////////////
void main()
{
// Set the variables
object oPC = GetPCSpeaker();
object oDatabase = GetItemPossessedBy(oPC,"Database");
SetLocalInt(oDatabase, "rude_alorasub", 100);
}