Paste #20338: Untitled Paste

Date: 2015/09/23 14:39:09 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17


on player stands on iron_plate:
            - if <context.location> == l@302.0,69.0,149.0,world 
            {
                - if <player.has_flag[RPSPlayer1]>||<player.has_flag[RPSRock1]>||<player.has_flag[RPSPaper1]>||<player.has_flag[RPSScissors1]>
                {
                    - flag player RPSPlayer1:!
                    - flag player RPSRock1:!
                    - flag player RPSPaper1:!
                    - flag player RPSScissors1:!
                    - narrate "Taken 1"
                }
                else
                {
                    - flag player RPSPlayer1
                    - narrate "Given 1"
                }
            }