Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- actor TestRocket : Rocket {
- States {
- Spawn:
- TNT1 A 0
- TNT1 A 0 %%ACS {
- Log (s:"Randomness! ", d:(random (0, 30000) * random (0, 50) / random (1, 50)));
- }
- goto Super::Spawn
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment