Search results

  1. HC mode style tag

    Alright, little bit of progress. I went ahead and added this on double clicking the gate, and it seems to have worked. It created the tag next to the player's name. Not quite exactly where I was hoping to have it, but for the time being it will suffice. from.Emote("You have selected...
  2. HC mode style tag

    How would I go about doing that? I'm still pretty new to all of this. I have a level system that provides a level tag via this in playermobile.cs: public override void GetProperties(ObjectPropertyList list) { base.GetProperties(list); //Level System if (BelowName.Enabled...
  3. HC mode style tag

    I'm trying to figure out how to create a "Hardcore Mode" style tag for players who have elected to participate in "Hardcore" play. I have a script I found that allows users to select this game mode via gate, and I want to create a custom tag that is created for players who walk through this...
Back