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...
Show off your group to the world. Share a photo of your group with us.

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 178 - 207 of 791   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
178
Was curious if someone could tell me if there was a random character in room function in dg_scripts. For example, pick a random person in the room and give him...
morbidfinch
Offline Send Email
Oct 1, 2002
8:31 pm
179
%random.char% ... From: "morbidfinch" <morbidfinch@...> To: <dg_scripts@yahoogroups.com> Sent: Tuesday, October 01, 2002 10:31 PM Subject: [DG_SCRIPTS]...
Christian Ejlertsen
macane99
Offline Send Email
Oct 1, 2002
9:03 pm
180
when i use %random.char% it returns an integer. i'm trying to randomly pick a character, if that character is a dwarf, then have the mob say that character is...
morbidfinch
Offline Send Email
Oct 2, 2002
1:32 am
181
Would that not be the use of %actor.race% then? *Purple da perp! Uber god of all that is purple, and all that can be painted purple!* ...
PurpleOnyx
Offline Send Email
Oct 2, 2002
4:55 am
182
well %actor% is the variable set to whoever activates the trigger. with a random trigger though, there isn't an activation of a trigger. so if you put say...
morbidfinch
Offline Send Email
Oct 2, 2002
11:43 am
183
... From: morbidfinch [mailto:morbidfinch@...] Subject: [DG_SCRIPTS] Re: Random Character well %actor% is the variable set to whoever activates the...
Nate Winters
wintersn.geo
Offline Send Email
Oct 2, 2002
3:04 pm
184
... set target %random.char% if %target.race% = dwarf say You are the right kind. else say Get lost i dont want you here. end...
Christian Ejlertsen
macane99
Offline Send Email
Oct 2, 2002
3:15 pm
185
... Subject: Re: [DG_SCRIPTS] Re: Random Character ... My other example was not really what you were looking for, here is a better one: Name: 'Mobile Random...
Nate Winters
wintersn.geo
Offline Send Email
Oct 2, 2002
4:45 pm
186
Leaves To Life Immortal Hello this is Eleni I got my start with building at The Builder's Academy. I am still working on my zone and have learned a lot. Rumble...
horangi
schmetterlin...
Offline Send Email
Oct 3, 2002
7:17 pm
187
First off Thanks for the mobile trigger info. Now I'm trying to get room triggers to work. First question is I use trigedit to create a trigger, then do I use...
morbidfinch
Offline Send Email
Oct 3, 2002
9:15 pm
188
... Use redit S) option to attach a script. Nothing to do with zedit. Also a good idea to use the attach/detach commands. ... Really need more info to help....
Nate Winters
wintersn.geo
Offline Send Email
Oct 3, 2002
9:39 pm
189
Leaves To Life Immortal Ooops, I screw up! I was trying to create a roomcmd. I wanted players to see this when they used the ponderous cyan key to unlock a...
horangi
schmetterlin...
Offline Send Email
Oct 4, 2002
3:04 am
190
This may be going overboard. But really should be done on every MUD. Just the helpfile on TBA for naming triggers. Until Welcor adds in the checkload command...
Nate Winters
wintersn.geo
Offline Send Email
Oct 4, 2002
1:32 pm
191
Ok, so I think that the reason my room triggers weren't working and that I was getting room variable unknown SCRIPT ERR messages on mobile triggers, was that I...
morbidfinch
Offline Send Email
Oct 4, 2002
2:16 pm
192
I still get a SCRIPT ERR message that says this: [ SCRIPT ERR: Trigger: Dirty Harry Flirt, VNum 5015, type: 0. unknown room field: 'sex' ] this is a mobile...
morbidfinch
Offline Send Email
Oct 4, 2002
2:47 pm
193
... From: morbidfinch [mailto:morbidfinch@...] Subject: [DG_SCRIPTS] Re: Room trigger problems ... I have never heard of this. You can only attach to a...
Nate Winters
wintersn.geo
Offline Send Email
Oct 4, 2002
3:07 pm
194
... if ((%target.vnum% == (-1)) || (%target.vnum% > 0)) ... end Added one If and end at end, the lines lacking > ... Hot Mobiil - helinad, logod ja...
Robert
synesia
Offline Send Email
Oct 4, 2002
5:31 pm
195
%random.char% will sometimes return a blank return. the parser assumes that a blank means 0. and a number means that it also thinks that it is a room variable....
Jamie Nelson
soulstario@...
Send Email
Oct 4, 2002
9:46 pm
196
... From: "Nate Winters" <wintersn.geo@...> ... am ... Actually it was sort of 'built-in' in the earlier versions of dg scripts. Pl 8 supports zone files...
Welcor
welcor_of_cr...
Offline Send Email
Oct 5, 2002
12:00 am
197
I am trying to understand how to make command triggers work. This trigger isn't working for me. I searched the archives for any hints, but all I could come up...
Zizazat Lazuras
zizazat
Offline Send Email
Oct 15, 2002
12:48 am
198
In a message dated 10/14/2002 5:48:21 PM Pacific Daylight Time, ... For one thing, the syntax of the first line would be: if ("%cmd.mudcommand%" == "poop") . ....
kaze@...
relsqui
Offline Send Email
Oct 15, 2002
1:14 am
199
... From: Zizazat Lazuras [mailto:zizazat@...] Subject: [DG_SCRIPTS] Mob Trigger for Commands I am trying to understand how to make command triggers...
Nate Winters
wintersn.geo
Offline Send Email
Oct 15, 2002
1:22 am
200
... Thanks to you both for the tips. I missed the example button on Welcor's site. (Cause I'm stupid.) And I wouldn't have even been trying any if based stuff...
Zizazat Lazuras
zizazat
Offline Send Email
Oct 15, 2002
1:55 am
201
I guess now I am left wondering, why would you want to except LVL_IMMORT from command_mtrigger or command_otrigger? I mean, I know it's my own fault for not...
Zizazat Lazuras
zizazat
Offline Send Email
Oct 15, 2002
3:13 am
202
... From: Zizazat Lazuras [mailto:zizazat@...] Subject: [DG_SCRIPTS] Another question... I guess now I am left wondering, why would you want to except ...
Nate Winters
wintersn.geo
Offline Send Email
Oct 15, 2002
10:37 am
203
... Hmmmm. Good point. I guess I'm too trusting :) --Ziz...
Zizazat Lazuras
zizazat
Offline Send Email
Oct 15, 2002
1:42 pm
204
... From: "Zizazat Lazuras" <zizazat@...> ... Actually the same reason goes for disallowing %force% on imps too. We don't want situations where imps are...
Welcor
welcor_of_cr...
Offline Send Email
Oct 15, 2002
7:51 pm
205
Having a bit of a nuissance issue with dg scripts, unsure what is causing it. Getting crashes at the following code: 0x80ad39e in find_end (cl=0x8121010) at ...
PurpleOnyx
Offline Send Email
Oct 16, 2002
5:35 am
206
... From: "PurpleOnyx" <purpleonyx@...> To: <dg_scripts@yahoogroups.com> Sent: Wednesday, October 16, 2002 7:35 AM Subject: [DG_SCRIPTS] Script errors ...
Welcor
welcor_of_cr...
Offline Send Email
Oct 17, 2002
1:02 am
207
I'm having problems with dg-scripts pl8, They seem to be erasing previously created scripts, and still listing them on tlist. Also right after I create a new...
sse2671
Offline Send Email
Oct 17, 2002
3:57 am
Messages 178 - 207 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