#Kills everyone but host.

17 messages · Page 1 of 1 (latest)

calm ingot
#

Code to kill everyone but the host. Compile my code at: https://grabvr.tools/gasm.

#FOR n 1 11
  SET Player.SelIndex #n
  SET Player.Respawn 1
#END
#

cool

spare dust
#
SET Player.Respawn 1
SET Player.SelIndex 2
SET Player.Respawn 1
SET Player.SelIndex 3
SET Player.Respawn 1
SET Player.SelIndex 4
SET Player.Respawn 1
SET Player.SelIndex 5
SET Player.Respawn 1
SET Player.SelIndex 6
SET Player.Respawn 1
SET Player.SelIndex 7
SET Player.Respawn 1
SET Player.SelIndex 8
SET Player.Respawn 1
SET Player.SelIndex 9
SET Player.Respawn 1
SET Player.SelIndex 10
SET Player.Respawn 1
SET Player.SelIndex 11
SET Player.Respawn 1```
spare dust
#

what

calm ingot
#

compiled

winged mountain
calm ingot
#

selid is what you use for picking what the player selection affects

winged mountain
calm ingot
#

starting from 0

#

host is 0 player who joined after host is 2 etc

#

last player is 11

calm ingot