Welcome to the Builder Academy

Question Trigger Homwork - Can you guess what this does

More
23 Oct 2021 01:45 #9961 by Shaoden
(news) > 
tstat 38221
Name: 'seeall',  VNum: [38221], RNum: [ 3344]
Trigger Intended Assignment: Objects
Trigger Type: Command , Numeric Arg: 1, Arg list: seeall
Commands:
set room_var %actor.room%
set target_ch %room_var.people%
%echoaround% %actor% %actor.name%'s eyes glow yellow briefly.
%send% %actor% Your eyes glow yellow briefly.
while %target_ch%
  %send% %actor% %target_ch.name% is in this room.
  set target_ch %target_ch.next_in_room%
done

Please Log in or Create an account to join the conversation.

More
04 Nov 2021 23:19 #9966 by Shaoden
It creates a damage shield around the user. ON hit does damage to the attacker.

Please Log in or Create an account to join the conversation.

More
05 Nov 2021 22:00 #9967 by thomas
hmm.. are you sure about that?

Please Log in or Create an account to join the conversation.

More
08 Nov 2021 00:40 #9968 by Papaya Pete
By the looks of it, when you type "see all" you get send a list of who is in the room in the form of "Bob is in this room. John is in this room." Etc. It also sends a message to everyone else that your character's eyes glow yellow, letting everyone know you just used this trigger.
The following user(s) said Thank You: thomas

Please Log in or Create an account to join the conversation.

More
25 Nov 2021 22:24 #9969 by Shaoden
I copied the wrong trigger.

Your response is correct but one key detail. It sees Invis Immortals

Please Log in or Create an account to join the conversation.

Time to create page: 0.186 seconds