Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
I can send movies?
|
Author |
Message |
Barnabus
Journeyman
Posts: 124
Likes Given: 0
Likes Received: 3 in 2 posts
Joined: Apr 2012
Reputation: 1
|
RE: I can send movies?
Mord is right but there is a way around it! That could be suitable...
WEBLINK
Example :: To complete the quest the player must drop a quest item on the ground, then a movie appears.
Code:
[EVENTS e_SomeQuest]
ON=@DROPON_GROUND
// I is the item being dropped
// SRC is the guy dropping
IF <I.BASEID> == i_the_quest_item && <SRC.REGION.TAG.QuestRegion>
SRC.WEBLINK www.youtube.com/watch?v=grZBjzGmmRw
ENDIF
To test it in game just do
Code:
.xweblink www.youtube.com/watch?v=grZBjzGmmRw
and target a player.
Or if you would like all the players in the game to see your girl friends bum from game:
Code:
.serv.allclients weblink www.MyGirlFriendsBooty.com
Maybe something like that would help you.. Its an idea anyway.
Just remeber not to include the http:// because you know what // means in sphere
(This post was last modified: 10-04-2012 06:09 AM by Barnabus.)
|
|
10-04-2012 06:07 AM |
|
|
Messages In This Thread |
RE: I can send movies? - Barnabus - 10-04-2012 06:07 AM
|
User(s) browsing this thread: 2 Guest(s)