Recent content by FuzzySadist

  1. FuzzySadist

    [Under Consideration] Request: When editing a certain event type, only show variables, commands, etc that will work...

    Request: When editing a certain event type, only show variables, commands, etc that will work with that event type.
  2. FuzzySadist

    [Fixed] Event Editor: "Discord Public Chat" variables missing from Variables list

    Event Editor: "Discord Public Chat" variables missing from Variables list
  3. FuzzySadist

    [Fixed] Event Editor: .SHELL missing from RAT Commands tab

    Event Editor: .SHELL missing from RAT Commands tab
  4. FuzzySadist

    [Fixed] Event Editor: Console Commands tab --> Listbox is empty

    Just installed 1131, tried event editor.... no console commands listed
  5. FuzzySadist

    [Under Consideration] Argument Ranges

    So we have {0} (everything), {1} first word, {2} second word, {3} third word, etc How about a '+' modifier first off {3+} !sendmsg JoeBob Hey man, what's up? {1}=JoeBob {2+}=Hey man, what's up? or a range? '-' !teleport JoeBob -1000 500 -500 Prison {1}=JoeBob {2-4}=-1000 500 -500 {5}=Prison
  6. FuzzySadist

    [Under Consideration] AND logic

    We have ||, now we need &&
  7. FuzzySadist

    [Completed] Comments

    I'd love to be able to add comments to my scripts.... Maybe something like <> <Only allow airdrop once per day per player> spawnairdrop {player_id} || COOLDOWN:24H <send them a response> say "Help! is there anyone out there! Heelllppp!!!!!"
  8. FuzzySadist

    [Accepted] Expose server / rat configuration settings in variables

    server_gamename server_gameworld server_mode server_difficulty server_zombierun server_maxplayers etc
  9. FuzzySadist

    [Rejected] Edit Inventory

    With the new bc-give and the existing ability to view inventory... a dynamic 'edit users inventory' would be ... pretty epic :)
  10. FuzzySadist

    [Completed] New Event Type "Discord Chat"

    Discord Chat event type, exactly like Player Public Chat, only with variables that we can gathered from Discord like: {discord_id} = FuzzySadist#2447 {discord_nickname} = FuzzySadist {steam_id} = (should be possible if Steam is linked with Discord etc
  11. FuzzySadist

    New JFF Member Introduction for FuzzySadist

    What is your real first name? William What are your top 5 favorite games/game styles to play? Survival, Crafting, Open World, RTS, CoOp Why would you like to join JFF? I spend a lot of time here, and it seemed like a good idea :) What other (if any) guilds/clans/gaming communities have...
  12. FuzzySadist

    [Under Consideration] Timed Event Type

    Instead of 'conditional' it has something similiar to most calendar scheduling 'repeats' 'every' '3rd day' or what not... I picture making my own horde night... "Repeats every 24 hours at 2200"||spawnwanderinghorde||spawnwanderinghorde||spawnwanderinghorde|| Muhahahahaa
  13. FuzzySadist

    [Not a Bug] player_chat should be populated in TEXTMATCH type

    Player Public Chat: STARTSWITH:!vartest In chat I said: '!vartest one two three four five six' RESULT player_chat=!vartest one two three four five six ---------------------------------------------------------------------- Text Match: CONTAINS:testingvariables In chat I said 'I am...
  14. FuzzySadist

    [Under Consideration] Copy / Cut / Paste / Move scripts

    I was putting similar scripts in several event types, instead of creating a new one each time, it would have been nice to be able to copy and past it in another type. Shouldnt be hard, just make a new script, copy over all the information and change the type, then save. Also, sometimes scripts...
  15. FuzzySadist

    [Fixed] Msg's coming from the bot, should come from the bot in the discord tab

    Actual: 2017-11-22 10:41:07 [FuzzySadist] FuzzySadist is connecting to the server. Expected: 2017-11-22 10:41:07 [Ratface] FuzzySadist is connecting to the server. ---------------------------------------------------------------------------------------------------- If it comes from the...