shell("notepad.exe")
For Example:
mob/verb/Notepad()
shell("notepad.exe")
Thanks
,MistY,
Problem description:
shell("notepad.exe")
For Example: mob/verb/Notepad() Thanks ,MistY, |
In response to Stephen001
|
|
Yeah, that's the problem.
So does that means that if i'm the hoster the verb will work for me since my computer is the host machine, correct? If that's true then why doesn't it works for me when i'm the one who hosts the game?it opens on the host's machine Is it possible to open notepad in the person's computer which is calling the verb when it's hosted? Thanks, ,MistY, |
In response to Super Saiyan X
|
|
What about this
run("notepad.exe")
Do u think that it will work? PS im Just asking because im curious about it Thanks, ,MistY, |
In response to Super Saiyan X
|
|
Ohh ok, thanks ;)
,MistY, |
Is that your problem, that the person calling this verb when it's hosted, is not seeing notepad?