It seems that anything I have that has a wait #s in will not count down. For example: this room trig: Name: 'mirror teleport', VNum: [ 6901], RNum: [ 89] ...
... I could make a guess, have you changed the MUD time or heartbeat function at all? Look at the process_wait function in dg_scripts.c and check dg_event.c...
Ok, here is what you asked for: version: CircleMUD, version 3.1 OasisOLC 2.0.6 DG Scripts 1.0.13 CWG SunTzu - 2.6.30 ... -- A little, I added some stuff, but I...
Ok, I feel dumb now. Nevermind! I didn't break it, but someone who was helping me did. There is an extern pulse that DG uses to count the wait states, and a...
Hey, Has anyone else added the ability to make functions from scripts? as in: script A, calls script B and passes variables to it, and stops running until...
Sorry for the length of this in advance. I will have a copy up on the web shortly. Even though this email is long, the whole thing is basically the addition of...
Amendment in line, to fix issue where variables didn't fully pass back to original script. (kinda a 'Duh!') ... + struct trig_var_data *vd = NULL; ... --SNIP--...
Jamie
mordecai@...
Aug 19, 2005 10:00 am
730
TBA has moved to a new server hosted by Zizazat of CWG (CircleMUD with Goodies) and we are planning on expanding our services by combining efforts with the CWG...
I have been meaning to write a shop via triggers for a long time. I wonder if sedit is even necessary... Anyways, here is what I did and looking for...
... I like sedit because it's a simple way to do normal shops, open close times, all that jazz. However, while thinking of how to handle quest points/tokens ...
Is anyone able to change this list so that only members can post to it? Maybe it will at least slow some of this spam crap. --gil ... gilean at yahoo.com -...
Ahem, sorry. The original message was a social networking site being sneaky with my address book. *mutter* I'm not one to intentionally spam a mailinglist with...
... Wow, it is a public group. Welcor is about, he can change it or maybe he'll give me access. This list has been rather dead. Everyone with trigedit...
Hey Guys, How is the development of the next version of dg_scripts coming. Is there anything I can do to help? Can you post your current TODO list? Respond in...
Jamie Nelson
mordecai@...
May 18, 2006 10:07 am
739
After modifying dg significantly, and running into some structural issues, I've considered doing a bit of a mix up: reimplementing dg and its bindings in...
If it can be made backwards compatible. Then that is fine. But a consideration you could look at is that you will then have 2 languages that the programmer of...
dg syntax is simple enough that writing a converter on the file that stores the scripts should be fairly easy (hopefully). -- ~Narg GPG Public key at: ...
I'm fairly new at this stuff only bit more then a year working with scripts. I have been having issues with it causing several errors. For example. [ Trigger:...
... These errors are caused by not having a target. i.e. person already left etc. Without a target it defaults to the room and rooms obviously don't have...
No, this happens while the player is fighting the mob with these scripts. Each time the script is called during the fight i see all 3 errors. The mob gets...
It looks more like you are just using the wrong variable. I don't know much about %random.char%, but with what the errors are saying, it's confused on the ...
I would change it to this, personally. As %random.char% can sometimes return a blank target. set target %random.char% if %target% if (%target.canbeseen% &&...
I am having a few issues with making this script work. Haveing acouple issues with it. What i intended is i have a bunch of objects i want to react if a mage...
This would be my version (mailer trig, not tested): * if command is cast and arg is fireshield (and all abbrevs of each) if %cmd.mudcommand% == cast &&...