mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-05-12 18:10:51 +01:00
f72f2f8c89
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
15 lines
237 B
Plaintext
15 lines
237 B
Plaintext
|
|
/client/New()
|
|
..()
|
|
dir = NORTH
|
|
|
|
/client/verb/spinleft()
|
|
set name = "Spin View CCW"
|
|
set category = "OOC.Game"
|
|
dir = turn(dir, 90)
|
|
|
|
/client/verb/spinright()
|
|
set name = "Spin View CW"
|
|
set category = "OOC.Game"
|
|
dir = turn(dir, -90)
|