Author |
Message |
Topic: Post SWR (all) scripts Here |
fasad
Replies: 1
Views: 10403
|
Forum: Finished MUD Scripts Posted: Tue Jan 11, 2005 4:40 pm Subject: Post SWR (all) scripts Here |
Hi everybody I was thinking Since Its so hard to find SWR specific Stuff
I'd make a place for them
I'll be posting a few SWR specific Triggers and alias' here and If you play swr
mayby you could ... |
Topic: capuring numbers into a variable? |
fasad
Replies: 10
Views: 21430
|
Forum: zMUD General Discussion Posted: Thu Dec 30, 2004 4:12 pm Subject: capuring numbers into a variable? |
hmmm is there a way to put the @ship and the now found @code into a db
off the same trigger as above?
I'm totaly database stupid and actualy never have used the zmud db before so please be gentle
... |
Topic: capuring numbers into a variable? |
fasad
Replies: 10
Views: 21430
|
Forum: zMUD General Discussion Posted: Thu Dec 30, 2004 4:03 pm Subject: Now thats what I'm talking about!!! |
Falan it worked smooth and beautifuly
thank you ever so much
this opens up a whole new world for me |
Topic: capuring numbers into a variable? |
fasad
Replies: 10
Views: 21430
|
Forum: zMUD General Discussion Posted: Thu Dec 30, 2004 4:12 am Subject: capuring numbers into a variable? |
ok Her is the whole line I can't get either trigger to work
[ Ship Password : 7961 ]
the four digits change /ship
I want the trigger to act on ship password and ... |
Topic: capuring numbers into a variable? |
fasad
Replies: 10
Views: 21430
|
Forum: zMUD General Discussion Posted: Thu Dec 30, 2004 3:48 am Subject: capuring numbers into a variable? |
sorry bout that realy I am After reading it myself I felt pretty stupid |
Topic: capuring numbers into a variable? |
fasad
Replies: 10
Views: 21430
|
Forum: zMUD General Discussion Posted: Wed Dec 29, 2004 10:10 pm Subject: capuring numbers into a variable? |
hmmm ok heres the thing
Ship Password : 5732
trigger should
open @ship @code
@ship = shipinquestion
@code = 5732
the above didn't work so far |
Topic: capuring numbers into a variable? |
fasad
Replies: 10
Views: 21430
|
Forum: zMUD General Discussion Posted: Wed Dec 29, 2004 9:16 pm Subject: capuring numbers into a variable? |
I'm trying to put this into a variable
unlock code : 5467
I want the 5467 into a variable ie @code = 5467
the unlock code : is the line I recieve |
Topic: xyz coords |
fasad
Replies: 13
Views: 16072
|
Forum: zMUD General Discussion Posted: Thu Dec 11, 2003 2:31 am Subject: xyz coords |
lightbulb,
this script Works great on Kashyyyk but I can't get it to work on other planets
heres 3 different extrapolate results
You calculate the planets current coordinates
----------------- ... |
Topic: xyz coords |
fasad
Replies: 13
Views: 16072
|
Forum: zMUD General Discussion Posted: Wed Dec 10, 2003 5:07 am Subject: xyz coords |
darkwars.wolfpaw.net 4848
perhaps I could
put the @planet @x @y @z
into an alias?
#alias hjump {calc @planet @x @y @tempz}
still the problem is capturing all four variables
|
Topic: xyz coords |
fasad
Replies: 13
Views: 16072
|
Forum: zMUD General Discussion Posted: Tue Dec 09, 2003 5:58 am Subject: xyz coords |
hey Ton your thing isn't working |
Topic: xyz coords |
fasad
Replies: 13
Views: 16072
|
Forum: zMUD General Discussion Posted: Tue Dec 09, 2003 12:04 am Subject: xyz coords |
realy i need the triiger to work like this
You calculate the planets current coordinates
----------------------------------------
|Kashyyyk 2300 -34580 10400|
----------------------------------- ... |
Topic: xyz coords |
fasad
Replies: 13
Views: 16072
|
Forum: zMUD General Discussion Posted: Mon Dec 08, 2003 11:58 pm Subject: xyz coords |
M:You calculate the planets current coordinates
----------------------------------------
|Kashyyyk 2300 -34580 10400|
----------------------------------------
the X Y z changes so i need to put c ... |
Topic: capturing text into a variable |
fasad
Replies: 5
Views: 7676
|
Forum: zMUD General Discussion Posted: Sun Dec 07, 2003 11:37 pm Subject: capturing text into a variable |
they way my project problem is
i start a project say (makeblade a sharp knife)
i get interupted and have to go somewhere else
when i get back to my workshop i want to just hit the project button ... |
Topic: xyz coords |
fasad
Replies: 13
Views: 16072
|
Forum: zMUD General Discussion Posted: Sun Dec 07, 2003 11:34 pm Subject: xyz coords |
seems no matter how many times try to read the help files
I get confused
how would i put this whole line into a variable
Kashyyyk 2300 -34580 10400
the numbers being @x @y @z co ... |
Topic: capturing text into a variable |
fasad
Replies: 5
Views: 7676
|
Forum: zMUD General Discussion Posted: Sun Dec 07, 2003 10:32 pm Subject: capturing text into a variable |
That worked beautifuly
#variable project {makeblade a sharp knife}
thank you very much |
Topic: capturing text into a variable |
fasad
Replies: 5
Views: 7676
|
Forum: zMUD General Discussion Posted: Sun Dec 07, 2003 11:54 am Subject: capturing text into a variable |
This has frustrated me for a long while now
It seems so simple and probly is I just can't see it right
"makeblade a sharp knife"
i want to put "" into @project
so i can just hit the button ... |
|