Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 13th, 2012  |  syntax: None  |  size: 0.40 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. function start () {
  2.     cm.sendOk("Welcome to OrpheusMS #h #! Would you like some items to help you out?");
  3. }
  4. function action(mode, type, selection) {
  5.     cm.gainItem(1302024, 1) //Newspaper Sword - Weapon
  6.         cm.gainItem(1092003, 1) //Stolen Fence - Shield
  7.         cm.gainItem(1112405, 2) //Lilin's Ring - Ring
  8.         cm.gainItem(1082002, 1) //Work Gloves - Gloves
  9.         cm.sendOk("Goodluck out there..!);
  10.         cm.disposea();
  11.         }