Search results

  1. N

    Zoning with isxeq2

    Well, if you do /where special you should be able to find the door actor. Then all you need to do is: Actor[name,name_of_the_door]:DoubleClick -noacess
  2. N

    Necro Heart request script

    Say the player's name was Toadie. The person would type "shard aToadie"
  3. N

    Necro Heart request script

    This is kind of ghetto but it'd work I think: function main() { addtrigger shard "@*@ says to the group,\"shard a@grpmember@\"" do { while !${QueuedCommands} { waitframe } ExecuteQueued } while 1 } function shard(string...
Top Bottom