Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I can send movies?
Author Message
daedelus
Journeyman
*

Posts: 69
Likes Given: 0
Likes Received: 2 in 1 posts
Joined: Aug 2012
Reputation: 0



Post: #1
I can send movies?
Can i send a movie from script type/like cinematics or something? My idea is send a movie in a quest.

Thanks
10-04-2012 01:42 AM
Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: I can send movies?
In a word... no

[Image: 2nis46r.jpg]
10-04-2012 04:11 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Barnabus
Journeyman
*

Posts: 124
Likes Given: 0
Likes Received: 3 in 2 posts
Joined: Apr 2012
Reputation: 1



Post: #3
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 Tongue
(This post was last modified: 10-04-2012 06:09 AM by Barnabus.)
10-04-2012 06:07 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)