 |
azzido Newbie
Joined: 11 Jul 2004 Posts: 2 Location: Norway
|
Posted: Sun Jul 11, 2004 1:35 pm
PHP and Zmud. |
Is it possible to get php as a scripting language in zmud? Just like VB. Possible even integrated in the triggers.
#trigger {says, "many balls"} {
#php {
if ($balls!=0) {
echo('emote i got $balls ball');
} else {
echo('emote lack balls');
}
}
}
If php could be added, zmud would rock so much nobody would ever change. Imagine a group of players updating a mysql database just via a trigger with 3 lines of php in zmud. Easy fast, powerful and very simple.
Give ZMUD php Zugg. And it WILL be the most powerful mudclient. |
|
|
|
 |
Darker GURU
Joined: 24 Sep 2000 Posts: 1237 Location: USA
|
Posted: Sun Jul 11, 2004 2:11 pm |
It already IS the most powerful mudclient.
If php can be set as a scripting language in the OS, then zMUD can use it, since all zMUD does with the #MSS command is call it via the OS.
If it can't, well, you're out of luck. |
|
|
|
 |
azzido Newbie
Joined: 11 Jul 2004 Posts: 2 Location: Norway
|
Posted: Mon Jul 12, 2004 12:38 pm |
Most powerful, but still tintin almost stand up to it.
What im asking for is a own tab for php when you look at a trigger. Now its Zmud.Text.VBscript. and the code which are in that tab will run through the php.dll or exe file you have.
It would make zmud unbeatable. Besides using php would do all what you'd normally need com's for. |
|
|
|
 |
elcij Newbie
Joined: 30 Jul 2004 Posts: 1
|
Posted: Fri Jul 30, 2004 8:57 pm its coming soon to the client side... its PHP!!! |
google "php activescript"
From what I can gather its still in development but it looks like soon we will be able to use php as a client side scripting language, and since it will be using the windows scripting engine it should be as compatible with zmud as javascript...
i cant wait
 |
|
|
|
 |
|
|
|