Search the web
Sign In
New User? Sign Up
dg_scripts · DG scripts
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 289 - 319 of 791   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
289
hi.a greeting card came from u but i couldnt open.anyway do i know u? anyway hi and how r u? ... Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign...
ronald zilkovski
deathangel134
Offline Send Email
Feb 1, 2003
10:10 pm
290
is it possible to use vnum as names for variables? for example %1234.north% would return the exit information for the room with vnum 1234?...
Marc King <zeal@...>
tenera_machina
Online Now Send Email
Feb 23, 2003
10:09 am
291
I just pulled this off welcor's website. You should be more specific. What version of DG? What type of trigger? But this should answer it: ...
Nate Winters
wintersn.geo
Offline Send Email
Feb 24, 2003
8:06 pm
292
... From: <zeal@...> ... yes and no. Yes, you can call variables anything you wish[1]. All digit names are ok too. No, you might get strange...
Welcor
welcor_of_cr...
Offline Send Email
Feb 24, 2003
8:55 pm
293
... In this particular case, %self% would reflect the room you're using as the argument for %at%? The problem I'm having is that I'm attempting to make an...
Marc King <zeal@...>
tenera_machina
Online Now Send Email
Feb 25, 2003
8:11 pm
294
Hi All! I've been developing DGs now for about 3 months, and so I'd first just like to thank Welcor for all the effort he's put in on his very informative site...
saertaal <carl.scottb...
saertaal
Offline Send Email
Mar 4, 2003
2:35 am
295
... very ... be ... in ... how ... but ... Having now spent a couple of hours reading through the forum, I realise my query is realted to a general DG problem,...
saertaal <carl.scottb...
saertaal
Offline Send Email
Mar 4, 2003
3:10 pm
296
Container script for use with no key. This is done with a command script: narg 1 arg: * commands: if %actor.vnum%>0 return 0 halt end switch %cmd% case codeset...
Jamie Nelson
soulstario@...
Send Email
Mar 5, 2003
4:01 am
297
... From: "Jamie Nelson" <soulstario@...> ... Impressive. Good to remember that oset can change things for you. This way one doesn't need specific...
Welcor
welcor_of_cr...
Offline Send Email
Mar 5, 2003
1:45 pm
298
Sorry about the late reply. Too busy at work to answer. ... From: <carl.scottbrown@...> ... This is due to the 'local' nature of variables. As...
Welcor
welcor_of_cr...
Offline Send Email
Mar 5, 2003
2:18 pm
299
... Not at all, thanks for answering! ... <carl.scottbrown@b...>" ... to ... that ... var in ... value. ... implemented ... there's ... variable names. ... the...
saertaal
Offline Send Email
Mar 5, 2003
4:17 pm
300
<snip of _long_ script> Very nice. Do you experience any slowdown when using this script ? Long scripts have been known to cause some in-game lag sometimes. ...
Jamie Nelson
soulstario@...
Send Email
Mar 5, 2003
7:29 pm
301
Greetings, I am attempting to create a trigger to attach to a mob which will check for a weapon on a character when that character enters the room. This...
Griffter
friesec@...
Send Email
Mar 6, 2003
11:21 am
302
if %actor.eq(wield)% eval wep %actor.eq(wield)% if %wep.vnum%==<the vnum of that particular item ya wanna find> set has_it 1 end else eval i %actor.invantory% ...
Jamie Nelson
soulstario@...
Send Email
Mar 6, 2003
1:05 pm
303
Opps! my mistake.. i better correct that before someone else does :) haste obviously does not make the job run faster :-P here it is fixed: if...
Jamie Nelson
soulstario@...
Send Email
Mar 6, 2003
2:00 pm
304
Jamie, Thanks for the update, however, I'm still unable to get the trigger to function. Perhaps I have the trigger type set incorrectly. I currently have the...
Griffter
friesec@...
Send Email
Mar 6, 2003
4:10 pm
305
The type you want should be entry prog. [Non-text portions of this message have been removed]...
wspascoe@...
wspascoe02
Offline Send Email
Mar 6, 2003
4:52 pm
306
Thanks for the example Jamie, I will use it on TBA if you don't mind. Grifter, I set the example as a greet. Works fine. Check nohassle off, test with mort,...
Nate Winters
wintersn.geo
Offline Send Email
Mar 6, 2003
5:08 pm
307
Thanks everyone, I'm just about there. Here's what happens when I enter the room. The maid is the trigger holder. Below is the direct output: A maid stands...
Griffter
friesec@...
Send Email
Mar 6, 2003
7:21 pm
308
... (I'm the coder on Griffter's MUD) Ok, I found out why it's doing this...but I need some advice. In find_eq_pos, it is failing to match the keyword 'wield'...
Zizazat Lazuras
zizazat
Offline Send Email
Mar 6, 2003
9:15 pm
309
... I'd hazard a guess that once upon a time you had fewer eq slots than you do now, and when the eq slots were changed someone forgot to put the wield keyword...
Byron Ellacott
bje@...
Send Email
Mar 7, 2003
12:14 am
310
when using the actor.eq, try using the number of the position, for wield it 16,,, so %actor.eq(16)%. Worked for me :) Blitz [Non-text portions of this message...
Chris
blitz_alderisio
Offline Send Email
Mar 7, 2003
12:37 am
311
... From: Zizazat Lazuras [mailto:zizazat@...] ... In find_eq_pos, it is failing to match the keyword 'wield' to the keyword array. Rather than 'wield'...
Nate Winters
wintersn.geo
Offline Send Email
Mar 7, 2003
12:55 am
312
that message is because you havent updated to the latest version of dg_scripts. To work around this. Use the positions number. To see the positions number if...
Jamie Nelson
soulstario@...
Send Email
Mar 7, 2003
1:05 am
314
... From: "Zizazat Lazuras" <zizazat@...> ... And in dg script pl 8+ I introduced the new function 'find_eq_pos_script' to handle this. The !RESERVED!...
Welcor
welcor_of_cr...
Offline Send Email
Mar 7, 2003
4:26 pm
315
... From: "Welcor" <welcor@...> ... <snip> Just came to think I should include the function I was writing about: /* Handles 'held', 'light' and 'wield'...
Thomas Arp
welcor_of_cr...
Offline Send Email
Mar 7, 2003
4:29 pm
316
... From: "Welcor" <welcor@...> ... <snip> Just came to think I should include the function I was writing about: /* Handles 'held', 'light' and 'wield'...
Welcor
welcor_of_cr...
Offline Send Email
Mar 7, 2003
4:30 pm
317
... I was able to find that in a pl 9 codebase I had on my machine (circle-3.1-w-goodies) and noticed the call to find_eq_pos_script. So, I did a very...
Zizazat Lazuras
zizazat
Offline Send Email
Mar 8, 2003
2:24 am
318
Greetings all, Had a simple question regarding the standard implementation of oload's functionality. I had an idea earlier that I tried to develop further;...
tkhasi@...
Send Email
Mar 22, 2003
11:48 pm
319
I'm attempting to design a script for a zone I've written, but am having trouble working it out. I've only just started working with DG-scripts this week so I...
tepes638
Offline Send Email
Mar 23, 2003
6:09 am
Messages 289 - 319 of 791   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help