more text printing ....
Command: centerprint
Syntax: centerprint <text>
Example: centerprint "hello"
Description: Prints the text desired into the center of the screen, On all resolutions.
Command: locationprint
Syntax: locationprint <x> <y> <text>
Example: locationprint 100 200 "Hello!"
Description: Prints the text where you choose on screen.. handy!
Also, Written by scorpiomidget, Controlling doors through scripts..
Functions:
==========
"close" Closes the door.
"doActivate" ( Entity activatingEntity ) General trigger event for all entities
"doBlocked" ( Entity obstacle ) sent to entity when blocked.
"doclose" Closes the door (special doors).
"doopen" ( Entity other ) Opens the door (special doors).
"doorclosed" Called when the door finishes closing.
"dooropened" Called when the door finishes opening.
"door_triggerfield" ( Entity other ) Is called when a doors trigger field is touched.
"doinit" Sets up the script door.
"doUse" ( Entity activatingEntity ) sent to entity when it is used by another entity
"killed" ( Entity attacker, Integer damage, Entity inflictor, Vector position, Vector direction, Vector normal, Integer knockback, Integer damageflags, Integer meansofdeath, Integer location )
event which is sent to an entity once it as been killed
Location values:
-1 General
0 Pelvis
1 Lower Torso
2 Mid Torso
3 Upper Torso
4 Neck
5 Head
6 RUpperArm
7 RForearm
8 RHand
9 LUpperArm
10 LForearm
11 LHand
12 RThigh
13 RCalf
14 RFoot
15 LThigh
16 LCalf
17 LFoot
"open" ( Entity other ) Opens the door.
"toggledoor" ( Entity other ) Toggles the state of the door (open/close).
"triggereffect" ( Entity triggering_entity ) Send event to owner of trigger.
"tryToOpen" ( Entity other ) Tries to open the door.