Gamestudio Links
Zorro Links
Newest Posts
Zorro Beta 2.61: PyTorch
by jcl. 06/10/24 14:42
New FXCM FIX Plugin
by flink. 06/04/24 07:30
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, monarch), 1,432 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19058 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Apply a .WDL to a .MDL #233673
10/29/08 20:57
10/29/08 20:57
Joined: Oct 2008
Posts: 22
S
SamstaUK Offline OP
Newbie
SamstaUK  Offline OP
Newbie
S

Joined: Oct 2008
Posts: 22
I hope this is straight forward. I have spawned a model:
Quote:
ent_create("tornado.mdl",vector(random(1000000),random(1000000),0),NULL);

All I need to do now is apply the tornado.wdl file to the tornado.mdl file, I'm just not sure which function to use.

Re: Apply a .WDL to a .MDL [Re: SamstaUK] #233677
10/29/08 21:28
10/29/08 21:28
Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
there must be some functions/actions in your tornada.wdl, include the tornada.wdl in your file(the file that you are using ent_create in it)

then apply the main tornada function instead of NULL:

ent_create("tornado.mdl",vector(random(1000000),random(1000000),0),TornadaFunctionNameGoesHere);


3333333333

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1