14 lines
168 B
Plaintext
14 lines
168 B
Plaintext
|
tagy = random(320)
|
||
|
tagx = choose(0,480)
|
||
|
if tagx = 0
|
||
|
{
|
||
|
tagdir = 0
|
||
|
}
|
||
|
if tagx = 480
|
||
|
{
|
||
|
tagdir = 180
|
||
|
}
|
||
|
tagspeed = random(2) + 1
|
||
|
alarm[0] = 60
|
||
|
|