View unanswered posts | View active topics It is currently Thu Jan 01, 2026 5:24 pm



Reply to topic  [ 2 posts ] 
 IT'S ALIVE! 
Author Message
Commander
User avatar

Joined: Mon Oct 29, 2001 3:00 am
Posts: 1096
Location: Tucson, AZ
Unread post IT'S ALIVE!
I just ran the very first script in Weapon M!

Attachment:
First-Script.png
First-Script.png [ 13.77 KiB | Viewed 3424 times ]


I still need to create the GUI interface for the script system to show what scripts are loaded, etc., and create many, many more script events and methods. That will be incredibly tedious. But the foundation has been laid.

Code:
package mongoose;

import krum.weaponm.script.Script;
import krum.weaponm.script.ScriptException;

public class Hello extends Script {
   
   @Override
   public String getScriptName() {
      return "Hello";
   }

   @Override
   public boolean initScript() throws ScriptException {
      printText("\033[1;31mHello, Universe!\r\n");
      unloadSelf();
      return true;
   }
   
}

_________________
Suddenly you're Busted!


Sun Jun 24, 2012 1:06 pm
Profile WWW
Ambassador
User avatar

Joined: Fri Feb 23, 2001 3:00 am
Posts: 4016
Location: USA
Unread post Re: IT'S ALIVE!
Hehe.. very nice!

_________________

BOTE 1998 Champs: Team Fament
HHT 2015 Champs: Cloud09
Big Game 2016 Champs: Draft team
HHT 2018 Champs: Rock Stars
Big Game 2019 Champs: Draft Team


Classic Style Games Here:
telnet://crunchers-twgs.com:2002

Web page from 1990's: https://web.archive.org/web/20170103155645/http://tradewars.fament.com/Cruncher/tradewar.htm
Blog with current server info: http://cruncherstw.blogspot.com
Discord: https://discord.gg/4dja5Z8
E-mail: Cruncherstw@gmail.com
FaceBook: http://www.facebook.com/CrunchersTW


Sun Jun 24, 2012 10:09 pm
Profile ICQ WWW
Display posts from previous:  Sort by  
Reply to topic   [ 2 posts ] 

Who is online

Users browsing this forum: No registered users and 159 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by wSTSoftware.