30 lines
No EOL
374 B
Text
30 lines
No EOL
374 B
Text
//Beginning of game
|
|
|
|
#include "../common/header.ds"
|
|
output "r:/base/ds/common"
|
|
|
|
local entity player1
|
|
|
|
player1 = get entity activator
|
|
|
|
enable cinematics
|
|
|
|
print 28
|
|
|
|
wait 5 seconds
|
|
|
|
print 28 centered
|
|
|
|
wait 5 seconds
|
|
|
|
print 28 centered to entity player1
|
|
|
|
wait 5 seconds
|
|
|
|
print 28 captioned to entity player1
|
|
|
|
wait 5 seconds
|
|
|
|
disable cinematics
|
|
|
|
exit |