Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sprint event mass teleport needed
Author Message
Jhobean
Journeyman
*

Posts: 98
Likes Given: 11
Likes Received: 8 in 3 posts
Joined: Jun 2019
Reputation: 2



Post: #2
RE: Sprint event mass teleport needed
You can put them a tag when they are unfreeze
ex: tag.race=1

When the first one step on tiles B, you can use forclients

Code:
@step //tile B
ref1=<src.uid>
forclients 50
       if <ref1>==<uid> //winner
                //give the prize
       endif
       if <tag0.race> == 1
          tag.race=
          ref2.go //XXXX,XXXX,XX
       endif
endfor

https://www.uocryptonite.com/
11-06-2020 05:53 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Sprint event mass teleport needed - Jhobean - 11-06-2020 05:53 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)