Here is a brief list of some of the commands you'll probably use regularly when scripting your world.
*effect [PLAYERNAME] [EFFECT_NUM]
Triggers a special effect on the specified player.
*event [PLAYERNAME] [CUSTOM_EVENT_NAME]
Triggers a specific custom script event for the named player.
*grantcash [PLAYER_NAME] [AMOUNT_IN_DENARI]
Gives cash to the named player.
*grantitem [PLAYER_NAME] [QUANTITY] [ITEM_NAME]
Adds (or removes, if negative quantities are used) the item to the player's inventory.
*grantskill [PLAYER_NAME] [SKILL_NAME]
Gives a skill to the named player.
*grantkudos [PLAYER_NAME] [AMOUNT]
Gives kudos to the named player. (Note that this does not automatically replicate to online players, the alternative *setkudos does)
*playmusic [PLAYER_NAME] [MP3_URL]
Plays music for the player. The URL should specify the web address of an mp3 file which the player will download and then play.
*say [TEXT]
Prints the text in red in the chatlog for all connected players.