Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,574 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 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,211
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,211
İ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 | 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